#370190

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

Shades of Persian Indigo #370190

Tints of Persian Indigo #370190

Color information

#370190 (or 0x370190) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 90. RGB value is (55,1,144). Sum of RGB (Red+Green+Blue) = 55+1+144=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #370190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370190 is #C8FE6F. Grayscale: #202020. Windows color (decimal): -13172336 or 9437495. OLE color: 9437495.

HSL color Cylindrical-coordinate representation of color #370190: hue angle of 262.66º 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 #370190 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB551144-
CMYK0.620.9900.44
HSL262.66º98.62%28.43%-
HSV(B)262.66º99.31%56.47%-
XYZ6.622.8526.59-
YUV33.45190.39143.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 144 (56.64% from 255) = 72%
R=27.5%
G=0.5%
B=72%

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
Decimal5511440.620.9900.44262.6698.6228.43
Hex371903E6302C107631c
Octal6712207614305440714334
Binary11011111001000011111011000110101100100000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370190; }

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

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

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

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

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

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

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

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