#331199

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

Shades of Persian Indigo #331199

Tints of Persian Indigo #331199

Color information

#331199 (or 0x331199) is unknown color: approx Persian Indigo. HEX triplet: 33, 11 and 99. RGB value is (51,17,153). Sum of RGB (Red+Green+Blue) = 51+17+153=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #331199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331199 is #CCEE66. Grayscale: #2A2A2A. Windows color (decimal): -13430375 or 10031411. OLE color: 10031411.

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

Color convert

RGB5117153-
CMYK0.670.8900.4
HSL255º80%33.33%-
HSV(B)255º88.89%60%-
XYZ7.323.430.41-
YUV42.67190.26133.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=23.08%
G=7.69%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51171530.670.8900.42558033.33
Hex3311994359028ff5021
Octal632123110313105037712041
Binary1100111000110011001100001110110010101000111111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331199; }

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

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

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

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

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

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

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

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