#37089C

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

Shades of Persian Indigo #37089C

Tints of Persian Indigo #37089C

Color information

#37089C (or 0x37089C) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 9C. RGB value is (55,8,156). Sum of RGB (Red+Green+Blue) = 55+8+156=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #37089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37089C is #C8F763. Grayscale: #262626. Windows color (decimal): -13170532 or 10225719. OLE color: 10225719.

HSL color Cylindrical-coordinate representation of color #37089C: hue angle of 259.05º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37089C is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB558156-
CMYK0.650.9500.39
HSL259.05º90.24%32.16%-
HSV(B)259.05º94.87%61.18%-
XYZ7.663.3931.7-
YUV38.92194.07139.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 156 (61.33% from 255) = 71.23%
R=25.11%
G=3.65%
B=71.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5581560.650.9500.39259.0590.2432.16
Hex3789C415F0271035a20
Octal671023410113704740313240
Binary1101111000100111001000001101111101001111000000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,8,156); }

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

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

 a { background-color: rgb(55,8,156); }

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

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

 span { border-color: rgb(55,8,156); }

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