#33109A

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

Shades of Persian Indigo #33109A

Tints of Persian Indigo #33109A

Color information

#33109A (or 0x33109A) is unknown color: approx Persian Indigo. HEX triplet: 33, 10 and 9A. RGB value is (51,16,154). Sum of RGB (Red+Green+Blue) = 51+16+154=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #33109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33109A is #CCEF65. Grayscale: #292929. Windows color (decimal): -13430630 or 10096691. OLE color: 10096691.

HSL color Cylindrical-coordinate representation of color #33109A: hue angle of 255.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33109A is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5116154-
CMYK0.670.9000.40
HSL255.22º81.18%33.33%-
HSV(B)255.22º89.61%60.39%-
XYZ7.383.4130.84-
YUV42.2191.1134.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 154 (60.55% from 255) = 69.68%
R=23.08%
G=7.24%
B=69.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51161540.670.9000.40255.2281.1833.33
Hex33109A435A028ff5121
Octal632023210313205037712141
Binary1100111000010011010100001110110100101000111111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33109A; }

 p { color: rgb(51,16,154); }

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

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

 a { background-color: rgb(51,16,154); }

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

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

 span { border-color: rgb(51,16,154); }

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