#33106C

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

Shades of Persian Indigo #33106C

Tints of Persian Indigo #33106C

Color information

#33106C (or 0x33106C) is unknown color: approx Persian Indigo. HEX triplet: 33, 10 and 6C. RGB value is (51,16,108). Sum of RGB (Red+Green+Blue) = 51+16+108=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #33106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33106C is #CCEF93. Grayscale: #242424. Windows color (decimal): -13430676 or 7082035. OLE color: 7082035.

HSL color Cylindrical-coordinate representation of color #33106C: hue angle of 262.83º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33106C is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5116108-
CMYK0.530.8500.58
HSL262.83º74.19%24.31%-
HSV(B)262.83º85.19%42.35%-
XYZ4.262.1614.38-
YUV36.95168.1138.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=29.14%
G=9.14%
B=61.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51161080.530.8500.58262.8374.1924.31
Hex33106C355503A1074a18
Octal63201546512507240711230
Binary11001110000110110011010110101010111010100000111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33106C; }

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

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

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

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

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

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

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

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