#371279

Color #371279 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #371279

Tints of Persian Indigo #371279

Color information

#371279 (or 0x371279) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 79. RGB value is (55,18,121). Sum of RGB (Red+Green+Blue) = 55+18+121=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #371279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371279 is #C8ED86. Grayscale: #282828. Windows color (decimal): -13168007 or 7934519. OLE color: 7934519.

HSL color Cylindrical-coordinate representation of color #371279: hue angle of 261.55º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371279 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5518121-
CMYK0.550.8500.53
HSL261.55º74.1%27.25%-
HSV(B)261.55º85.12%47.45%-
XYZ5.242.6318.32-
YUV40.8173.26138.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 121 (47.66% from 255) = 62.37%
R=28.35%
G=9.28%
B=62.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55181210.550.8500.53261.5574.127.25
Hex37127937550351064a1b
Octal67221716712506540611233
Binary11011110010111100111011110101010110101100000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371279; }

 p { color: rgb(55,18,121); }

 H1.HeaderClassName
 {
   color: #371279;
 }
 .AnyTagClassName
 {
   color: #371279;
 }
</style>
background-color css

<style>
 a { background-color: #371279; }

 a { background-color: rgb(55,18,121); }

 div.DivClassName
 {
   background-color: #371279;
 }
 .BgClassName
 {
   background-color: #371279;
 }
</style>
border-color css

<style>
 span { border-color: #371279; }

 span { border-color: rgb(55,18,121); }

 td.TdClassName
 {
   border-color: #371279;
 }
 .TagClassName
 {
   border-color: #371279;
 }
</style>