#37097B

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

Shades of Persian Indigo #37097B

Tints of Persian Indigo #37097B

Color information

#37097B (or 0x37097B) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 7B. RGB value is (55,9,123). Sum of RGB (Red+Green+Blue) = 55+9+123=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #37097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37097B is #C8F684. Grayscale: #232323. Windows color (decimal): -13170309 or 8063287. OLE color: 8063287.

HSL color Cylindrical-coordinate representation of color #37097B: hue angle of 264.21º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37097B is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB559123-
CMYK0.550.9300.52
HSL264.21º86.36%25.88%-
HSV(B)264.21º92.68%48.24%-
XYZ5.252.4418.93-
YUV35.75177.24141.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=29.41%
G=4.81%
B=65.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5591230.550.9300.52264.2186.3625.88
Hex3797B375D034108561a
Octal67111736713506441012632
Binary1101111001111101111011110111010110100100001000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37097B; }

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

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

<style>
 a { background-color: #37097B; }

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

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

<style>
 span { border-color: #37097B; }

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

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