#37099A

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

Shades of Persian Indigo #37099A

Tints of Persian Indigo #37099A

Color information

#37099A (or 0x37099A) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 9A. RGB value is (55,9,154). Sum of RGB (Red+Green+Blue) = 55+9+154=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #37099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37099A is #C8F665. Grayscale: #262626. Windows color (decimal): -13170278 or 10094903. OLE color: 10094903.

HSL color Cylindrical-coordinate representation of color #37099A: hue angle of 259.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37099A is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB559154-
CMYK0.640.9400.40
HSL259.03º88.96%31.96%-
HSV(B)259.03º94.16%60.39%-
XYZ7.513.3430.82-
YUV39.28192.74139.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 154 (60.55% from 255) = 70.64%
R=25.23%
G=4.13%
B=70.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5591540.640.9400.40259.0388.9631.96
Hex3799A405E0281035920
Octal671123210013605040313140
Binary1101111001100110101000000101111001010001000000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37099A; }

 p { color: rgb(55,9,154); }

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

<style>
 a { background-color: #37099A; }

 a { background-color: rgb(55,9,154); }

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

<style>
 span { border-color: #37099A; }

 span { border-color: rgb(55,9,154); }

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