#331579

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

Shades of Persian Indigo #331579

Tints of Persian Indigo #331579

Color information

#331579 (or 0x331579) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 79. RGB value is (51,21,121). Sum of RGB (Red+Green+Blue) = 51+21+121=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #331579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331579 is #CCEA86. Grayscale: #292929. Windows color (decimal): -13429383 or 7935283. OLE color: 7935283.

HSL color Cylindrical-coordinate representation of color #331579: hue angle of 258º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331579 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5121121-
CMYK0.580.8300.53
HSL258º70.42%27.84%-
HSV(B)258º82.64%47.45%-
XYZ5.082.6218.33-
YUV41.37172.94134.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 121 (47.66% from 255) = 62.69%
R=26.42%
G=10.88%
B=62.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51211210.580.8300.5325870.4227.84
Hex3315793A53035102461c
Octal63251717212306540210634
Binary11001110101111100111101010100110110101100000010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331579; }

 p { color: rgb(51,21,121); }

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

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

 a { background-color: rgb(51,21,121); }

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

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

 span { border-color: rgb(51,21,121); }

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