#331B76

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

Shades of Persian Indigo #331B76

Tints of Persian Indigo #331B76

Color information

#331B76 (or 0x331B76) is unknown color: approx Persian Indigo. HEX triplet: 33, 1B and 76. RGB value is (51,27,118). Sum of RGB (Red+Green+Blue) = 51+27+118=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #331B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B76 is #CCE489. Grayscale: #2C2C2C. Windows color (decimal): -13427850 or 7740211. OLE color: 7740211.

HSL color Cylindrical-coordinate representation of color #331B76: hue angle of 255.82º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331B76 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5127118-
CMYK0.570.7700.54
HSL255.82º62.76%28.43%-
HSV(B)255.82º77.12%46.27%-
XYZ5.032.817.41-
YUV44.55169.45132.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=26.02%
G=13.78%
B=60.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51271180.570.7700.54255.8262.7628.43
Hex331B76394D0361003f1c
Octal6333166711150664007734
Binary1100111101111101101110011001101011011010000000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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