#371F99

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

Shades of Persian Indigo #371F99

Tints of Persian Indigo #371F99

Color information

#371F99 (or 0x371F99) is unknown color: approx Persian Indigo. HEX triplet: 37, 1F and 99. RGB value is (55,31,153). Sum of RGB (Red+Green+Blue) = 55+31+153=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #371F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F99 is #C8E066. Grayscale: #333333. Windows color (decimal): -13164647 or 10034999. OLE color: 10034999.

HSL color Cylindrical-coordinate representation of color #371F99: hue angle of 251.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371F99 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5531153-
CMYK0.640.8000.4
HSL251.8º66.3%36.08%-
HSV(B)251.8º79.74%60%-
XYZ7.824.0930.51-
YUV52.08184.95130.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=23.01%
G=12.97%
B=64.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55311530.640.8000.4251.866.336.08
Hex371F994050028fc4224
Octal673723110012005037410244
Binary1101111111110011001100000010100000101000111111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371F99; }

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

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

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

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

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

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

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

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