#37068E

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

Shades of Persian Indigo #37068E

Tints of Persian Indigo #37068E

Color information

#37068E (or 0x37068E) is unknown color: approx Persian Indigo. HEX triplet: 37, 06 and 8E. RGB value is (55,6,142). Sum of RGB (Red+Green+Blue) = 55+6+142=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #37068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37068E is #C8F971. Grayscale: #232323. Windows color (decimal): -13171058 or 9307703. OLE color: 9307703.

HSL color Cylindrical-coordinate representation of color #37068E: hue angle of 261.62º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37068E is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB556142-
CMYK0.610.9600.44
HSL261.62º91.89%29.02%-
HSV(B)261.62º95.77%55.69%-
XYZ6.522.925.81-
YUV36.16187.73141.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=27.09%
G=2.96%
B=69.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5561420.610.9600.44261.6291.8929.02
Hex3768E3D6002C1065c1d
Octal6762167514005440613435
Binary1101111101000111011110111000000101100100000110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37068E; }

 p { color: rgb(55,6,142); }

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

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

 a { background-color: rgb(55,6,142); }

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

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

 span { border-color: rgb(55,6,142); }

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