#37008C

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

Shades of Persian Indigo #37008C

Tints of Persian Indigo #37008C

Color information

#37008C (or 0x37008C) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 8C. RGB value is (55,0,140). Sum of RGB (Red+Green+Blue) = 55+0+140=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #37008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37008C is #C8FF73. Grayscale: #1F1F1F. Windows color (decimal): -13172596 or 9175095. OLE color: 9175095.

HSL color Cylindrical-coordinate representation of color #37008C: hue angle of 263.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37008C is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB550140-
CMYK0.61100.45
HSL263.57º100%27.45%-
HSV(B)263.57º100%54.9%-
XYZ6.312.7125-
YUV32.4188.72144.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 71.79%
R=28.21%
G=0%
B=71.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5501400.61100.45263.5710027.45
Hex3708C3D6402D108641b
Octal6702147514405541014433
Binary11011101000110011110111001000101101100001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,0,140); }

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

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

 a { background-color: rgb(55,0,140); }

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

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

 span { border-color: rgb(55,0,140); }

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