#370391

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

Shades of Persian Indigo #370391

Tints of Persian Indigo #370391

Color information

#370391 (or 0x370391) is unknown color: approx Persian Indigo. HEX triplet: 37, 03 and 91. RGB value is (55,3,145). Sum of RGB (Red+Green+Blue) = 55+3+145=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #370391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370391 is #C8FC6E. Grayscale: #222222. Windows color (decimal): -13171823 or 9503543. OLE color: 9503543.

HSL color Cylindrical-coordinate representation of color #370391: hue angle of 261.97º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370391 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB553145-
CMYK0.620.9800.43
HSL261.97º95.95%29.02%-
HSV(B)261.97º97.93%56.86%-
XYZ6.722.9227-
YUV34.74190.23142.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 145 (57.03% from 255) = 71.43%
R=27.09%
G=1.48%
B=71.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5531450.620.9800.43261.9795.9529.02
Hex373913E6202B106601d
Octal6732217614205340614035
Binary110111111001000111111011000100101011100000110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370391; }

 p { color: rgb(55,3,145); }

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

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

 a { background-color: rgb(55,3,145); }

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

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

 span { border-color: rgb(55,3,145); }

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