#330966

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

Shades of Persian Indigo #330966

Tints of Persian Indigo #330966

Color information

#330966 (or 0x330966) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 66. RGB value is (51,9,102). Sum of RGB (Red+Green+Blue) = 51+9+102=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #330966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330966 is #CCF699. Grayscale: #1F1F1F. Windows color (decimal): -13432474 or 6687027. OLE color: 6687027.

HSL color Cylindrical-coordinate representation of color #330966: hue angle of 267.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330966 is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB519102-
CMYK0.50.9100.6
HSL267.1º83.78%21.76%-
HSV(B)267.1º91.18%40%-
XYZ3.861.8612.73-
YUV32.16167.41141.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=31.48%
G=5.56%
B=62.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5191020.50.9100.6267.183.7821.76
Hex33966325B03C10b5416
Octal63111466213307441312426
Binary1100111001110011011001010110110111100100001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330966; }

 p { color: rgb(51,9,102); }

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

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

 a { background-color: rgb(51,9,102); }

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

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

 span { border-color: rgb(51,9,102); }

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