#370890

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

Shades of Persian Indigo #370890

Tints of Persian Indigo #370890

Color information

#370890 (or 0x370890) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 90. RGB value is (55,8,144). Sum of RGB (Red+Green+Blue) = 55+8+144=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #370890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370890 is #C8F76F. Grayscale: #252525. Windows color (decimal): -13170544 or 9439287. OLE color: 9439287.

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

Color convert

RGB558144-
CMYK0.620.9400.44
HSL260.74º89.47%29.8%-
HSV(B)260.74º94.44%56.47%-
XYZ6.7326.61-
YUV37.56188.07140.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=26.57%
G=3.86%
B=69.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5581440.620.9400.44260.7489.4729.8
Hex378903E5E02C105591e
Octal67102207613605440513136
Binary11011110001001000011111010111100101100100000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370890; }

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

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

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

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

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

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

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

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