#37096A

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

Shades of Persian Indigo #37096A

Tints of Persian Indigo #37096A

Color information

#37096A (or 0x37096A) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 6A. RGB value is (55,9,106). Sum of RGB (Red+Green+Blue) = 55+9+106=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #37096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37096A is #C8F695. Grayscale: #212121. Windows color (decimal): -13170326 or 6949175. OLE color: 6949175.

HSL color Cylindrical-coordinate representation of color #37096A: hue angle of 268.45º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37096A is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB559106-
CMYK0.480.9200.58
HSL268.45º84.35%22.55%-
HSV(B)268.45º91.51%41.57%-
XYZ4.272.0513.81-
YUV33.81168.74143.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 106 (41.80% from 255) = 62.35%
R=32.35%
G=5.29%
B=62.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5591060.480.9200.58268.4584.3522.55
Hex3796A305C03A10c5417
Octal67111526013407241412427
Binary1101111001110101011000010111000111010100001100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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