#37056C

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

Shades of Persian Indigo #37056C

Tints of Persian Indigo #37056C

Color information

#37056C (or 0x37056C) is unknown color: approx Persian Indigo. HEX triplet: 37, 05 and 6C. RGB value is (55,5,108). Sum of RGB (Red+Green+Blue) = 55+5+108=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #37056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37056C is #C8FA93. Grayscale: #1F1F1F. Windows color (decimal): -13171348 or 7079223. OLE color: 7079223.

HSL color Cylindrical-coordinate representation of color #37056C: hue angle of 269.13º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37056C is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB555108-
CMYK0.490.9500.58
HSL269.13º91.15%22.16%-
HSV(B)269.13º95.37%42.35%-
XYZ4.34214.35-
YUV31.69171.06144.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 108 (42.58% from 255) = 64.29%
R=32.74%
G=2.98%
B=64.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5551080.490.9500.58269.1391.1522.16
Hex3756C315F03A10d5b16
Octal6751546113707241513326
Binary110111101110110011000110111110111010100001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37056C; }

 p { color: rgb(55,5,108); }

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

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

 a { background-color: rgb(55,5,108); }

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

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

 span { border-color: rgb(55,5,108); }

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