#331399

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

Shades of Persian Indigo #331399

Tints of Persian Indigo #331399

Color information

#331399 (or 0x331399) is unknown color: approx Persian Indigo. HEX triplet: 33, 13 and 99. RGB value is (51,19,153). Sum of RGB (Red+Green+Blue) = 51+19+153=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #331399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331399 is #CCEC66. Grayscale: #2B2B2B. Windows color (decimal): -13429863 or 10031923. OLE color: 10031923.

HSL color Cylindrical-coordinate representation of color #331399: hue angle of 254.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331399 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5119153-
CMYK0.670.8800.4
HSL254.33º77.91%33.73%-
HSV(B)254.33º87.58%60%-
XYZ7.353.4730.42-
YUV43.84189.6133.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=22.87%
G=8.52%
B=68.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51191530.670.8800.4254.3377.9133.73
Hex3313994358028fe4e22
Octal632323110313005037611642
Binary1100111001110011001100001110110000101000111111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331399; }

 p { color: rgb(51,19,153); }

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

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

 a { background-color: rgb(51,19,153); }

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

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

 span { border-color: rgb(51,19,153); }

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