#331B71

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

Shades of Persian Indigo #331B71

Tints of Persian Indigo #331B71

Color information

#331B71 (or 0x331B71) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 71. RGB value is (51,27,113). Sum of RGB (Red+Green+Blue) = 51+27+113=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #331B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B71 is #CCE48E. Grayscale: #2B2B2B. Windows color (decimal): -13427855 or 7412531. OLE color: 7412531.

HSL color Cylindrical-coordinate representation of color #331B71: hue angle of 256.74º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331B71 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5127113-
CMYK0.550.7600.56
HSL256.74º61.43%27.45%-
HSV(B)256.74º76.11%44.31%-
XYZ4.742.6815.89-
YUV43.98166.95133.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=26.70%
G=14.14%
B=59.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51271130.550.7600.56256.7461.4327.45
Hex331B71374C0381013d1b
Octal6333161671140704017533
Binary1100111101111100011101111001100011100010000000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B71; }

 p { color: rgb(51,27,113); }

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

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

 a { background-color: rgb(51,27,113); }

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

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

 span { border-color: rgb(51,27,113); }

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