#331976

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

Shades of Persian Indigo #331976

Tints of Persian Indigo #331976

Color information

#331976 (or 0x331976) is unknown color: approx Persian Indigo. HEX triplet: 33, 19 and 76. RGB value is (51,25,118). Sum of RGB (Red+Green+Blue) = 51+25+118=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #331976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331976 is #CCE689. Grayscale: #2B2B2B. Windows color (decimal): -13428362 or 7739699. OLE color: 7739699.

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

Color convert

RGB5125118-
CMYK0.570.7900.54
HSL256.77º65.03%28.04%-
HSV(B)256.77º78.81%46.27%-
XYZ4.982.7117.4-
YUV43.38170.11133.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=26.29%
G=12.89%
B=60.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51251180.570.7900.54256.7765.0328.04
Hex331976394F036101411c
Octal63311667111706640110134
Binary11001111001111011011100110011110110110100000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331976; }

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

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

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

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

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

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

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

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