#370186

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

Shades of Persian Indigo #370186

Tints of Persian Indigo #370186

Color information

#370186 (or 0x370186) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 86. RGB value is (55,1,134). Sum of RGB (Red+Green+Blue) = 55+1+134=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #370186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370186 is #C8FE79. Grayscale: #1F1F1F. Windows color (decimal): -13172346 or 8782135. OLE color: 8782135.

HSL color Cylindrical-coordinate representation of color #370186: hue angle of 264.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370186 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB551134-
CMYK0.590.9900.47
HSL264.36º98.52%26.47%-
HSV(B)264.36º99.25%52.55%-
XYZ5.892.5622.74-
YUV32.31185.39144.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 134 (52.73% from 255) = 70.53%
R=28.95%
G=0.53%
B=70.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5511340.590.9900.47264.3698.5226.47
Hex371863B6302F108631a
Octal6712067314305741014332
Binary11011111000011011101111000110101111100001000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370186; }

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

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

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

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

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

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

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

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