#371899

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

Shades of Persian Indigo #371899

Tints of Persian Indigo #371899

Color information

#371899 (or 0x371899) is unknown color: approx Persian Indigo. HEX triplet: 37, 18 and 99. RGB value is (55,24,153). Sum of RGB (Red+Green+Blue) = 55+24+153=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #371899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371899 is #C8E766. Grayscale: #2F2F2F. Windows color (decimal): -13166439 or 10033207. OLE color: 10033207.

HSL color Cylindrical-coordinate representation of color #371899: hue angle of 254.42º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371899 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5524153-
CMYK0.640.8400.4
HSL254.42º72.88%34.71%-
HSV(B)254.42º84.31%60%-
XYZ7.653.7730.46-
YUV47.98187.27133.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=23.71%
G=10.34%
B=65.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55241530.640.8400.4254.4272.8834.71
Hex3718994054028fe4923
Octal673023110012405037611143
Binary1101111100010011001100000010101000101000111111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371899; }

 p { color: rgb(55,24,153); }

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

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

 a { background-color: rgb(55,24,153); }

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

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

 span { border-color: rgb(55,24,153); }

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