#371290

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

Shades of Persian Indigo #371290

Tints of Persian Indigo #371290

Color information

#371290 (or 0x371290) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 90. RGB value is (55,18,144). Sum of RGB (Red+Green+Blue) = 55+18+144=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #371290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371290 is #C8ED6F. Grayscale: #2A2A2A. Windows color (decimal): -13167984 or 9441847. OLE color: 9441847.

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

Color convert

RGB5518144-
CMYK0.620.8800.44
HSL257.62º77.78%31.76%-
HSV(B)257.62º87.5%56.47%-
XYZ6.833.2626.65-
YUV43.43184.76136.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=25.35%
G=8.29%
B=66.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55181440.620.8800.44257.6277.7831.76
Hex3712903E5802C1024e20
Octal67222207613005440211640
Binary1101111001010010000111110101100001011001000000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371290; }

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

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

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

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

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

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

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

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