#37128B

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

Shades of Persian Indigo #37128B

Tints of Persian Indigo #37128B

Color information

#37128B (or 0x37128B) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 8B. RGB value is (55,18,139). Sum of RGB (Red+Green+Blue) = 55+18+139=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #37128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37128B is #C8ED74. Grayscale: #2A2A2A. Windows color (decimal): -13167989 or 9114167. OLE color: 9114167.

HSL color Cylindrical-coordinate representation of color #37128B: hue angle of 258.35º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37128B is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5518139-
CMYK0.600.8700.45
HSL258.35º77.07%30.78%-
HSV(B)258.35º87.05%54.51%-
XYZ6.453.1124.69-
YUV42.86182.26136.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=25.94%
G=8.49%
B=65.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55181390.600.8700.45258.3577.0730.78
Hex37128B3C5702D1024d1f
Octal67222137412705540211537
Binary110111100101000101111110010101110101101100000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,18,139); }

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

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

 a { background-color: rgb(55,18,139); }

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

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

 span { border-color: rgb(55,18,139); }

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