#37149b

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

Shades of Persian Indigo #37149B

Tints of Persian Indigo #37149B

Color information

#37149B (or 0x37149B) is unknown color: approx Persian Indigo. HEX triplet: 37, 14 and 9B. RGB value is (55,20,155). Sum of RGB (Red+Green+Blue) = 55+20+155=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #37149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37149B is #C8EB64. Grayscale: #2D2D2D. Windows color (decimal): -13167461 or 10163255. OLE color: 10163255.

HSL color Cylindrical-coordinate representation of color #37149B: hue angle of 255.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37149B is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5520155-
CMYK0.650.8700.39
HSL255.56º77.14%34.31%-
HSV(B)255.56º87.1%60.78%-
XYZ7.743.6831.31-
YUV45.86189.6134.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=23.91%
G=8.70%
B=67.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55201550.650.8700.39255.5677.1434.31
Hex37149B41570271004d22
Octal672423310112704740011542
Binary11011110100100110111000001101011101001111000000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37149b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37149b; }

 p { color: rgb(55,20,155); }

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

<style>
 a { background-color: #37149b; }

 a { background-color: rgb(55,20,155); }

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

<style>
 span { border-color: #37149b; }

 span { border-color: rgb(55,20,155); }

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