#37096E

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

Shades of Persian Indigo #37096E

Tints of Persian Indigo #37096E

Color information

#37096E (or 0x37096E) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 6E. RGB value is (55,9,110). Sum of RGB (Red+Green+Blue) = 55+9+110=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #37096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37096E is #C8F691. Grayscale: #212121. Windows color (decimal): -13170322 or 7211319. OLE color: 7211319.

HSL color Cylindrical-coordinate representation of color #37096E: hue angle of 267.33º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37096E is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB559110-
CMYK0.50.9200.57
HSL267.33º84.87%23.33%-
HSV(B)267.33º91.82%43.14%-
XYZ4.492.1314.93-
YUV34.27170.74142.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=31.61%
G=5.17%
B=63.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5591100.50.9200.57267.3384.8723.33
Hex3796E325C03910b5517
Octal67111566213407141312527
Binary1101111001110111011001010111000111001100001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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