#37018F

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

Shades of Persian Indigo #37018F

Tints of Persian Indigo #37018F

Color information

#37018F (or 0x37018F) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 8F. RGB value is (55,1,143). Sum of RGB (Red+Green+Blue) = 55+1+143=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #37018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37018F is #C8FE70. Grayscale: #202020. Windows color (decimal): -13172337 or 9371959. OLE color: 9371959.

HSL color Cylindrical-coordinate representation of color #37018F: hue angle of 262.82º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37018F is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB551143-
CMYK0.620.9900.44
HSL262.82º98.61%28.24%-
HSV(B)262.82º99.3%56.08%-
XYZ6.542.8226.19-
YUV33.33189.89143.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=27.64%
G=0.50%
B=71.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5511430.620.9900.44262.8298.6128.24
Hex3718F3E6302C107631c
Octal6712177614305440714334
Binary11011111000111111111011000110101100100000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37018F; }

 p { color: rgb(55,1,143); }

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

<style>
 a { background-color: #37018F; }

 a { background-color: rgb(55,1,143); }

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

<style>
 span { border-color: #37018F; }

 span { border-color: rgb(55,1,143); }

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