#37047F

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

Shades of Persian Indigo #37047F

Tints of Persian Indigo #37047F

Color information

#37047F (or 0x37047F) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 7F. RGB value is (55,4,127). Sum of RGB (Red+Green+Blue) = 55+4+127=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #37047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37047F is #C8FB80. Grayscale: #202020. Windows color (decimal): -13171585 or 8324151. OLE color: 8324151.

HSL color Cylindrical-coordinate representation of color #37047F: hue angle of 264.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37047F is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB554127-
CMYK0.570.9700.50
HSL264.88º93.89%25.69%-
HSV(B)264.88º96.85%49.8%-
XYZ5.452.4320.26-
YUV33.27180.9143.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 127 (50% from 255) = 68.28%
R=29.57%
G=2.15%
B=68.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5541270.570.9700.50264.8893.8925.69
Hex3747F39610321095e1a
Octal6741777114106241113632
Binary110111100111111111100111000010110010100001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37047F; }

 p { color: rgb(55,4,127); }

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

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

 a { background-color: rgb(55,4,127); }

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

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

 span { border-color: rgb(55,4,127); }

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