#371E9B

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

Shades of Persian Indigo #371E9B

Tints of Persian Indigo #371E9B

Color information

#371E9B (or 0x371E9B) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 9B. RGB value is (55,30,155). Sum of RGB (Red+Green+Blue) = 55+30+155=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #371E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E9B is #C8E164. Grayscale: #333333. Windows color (decimal): -13164901 or 10165815. OLE color: 10165815.

HSL color Cylindrical-coordinate representation of color #371E9B: hue angle of 252º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371E9B is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5530155-
CMYK0.650.8100.39
HSL252º67.57%36.27%-
HSV(B)252º80.65%60.78%-
XYZ7.964.1131.38-
YUV51.72186.28130.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=22.92%
G=12.5%
B=64.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55301550.650.8100.3925267.5736.27
Hex371E9B4151027fc4424
Octal673623310112104737410444
Binary1101111111010011011100000110100010100111111111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,155); }

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

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

 a { background-color: rgb(55,30,155); }

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

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

 span { border-color: rgb(55,30,155); }

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