#37128E

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

Shades of Persian Indigo #37128E

Tints of Persian Indigo #37128E

Color information

#37128E (or 0x37128E) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 8E. RGB value is (55,18,142). Sum of RGB (Red+Green+Blue) = 55+18+142=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #37128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37128E is #C8ED71. Grayscale: #2A2A2A. Windows color (decimal): -13167986 or 9310775. OLE color: 9310775.

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

Color convert

RGB5518142-
CMYK0.610.8700.44
HSL257.9º77.5%31.37%-
HSV(B)257.9º87.32%55.69%-
XYZ6.673.225.86-
YUV43.2183.76136.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=25.58%
G=8.37%
B=66.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55181420.610.8700.44257.977.531.37
Hex37128E3D5702C1024e1f
Octal67222167512705440211637
Binary110111100101000111011110110101110101100100000010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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