#330166

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

Shades of Persian Indigo #330166

Tints of Persian Indigo #330166

Color information

#330166 (or 0x330166) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 66. RGB value is (51,1,102). Sum of RGB (Red+Green+Blue) = 51+1+102=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #330166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330166 is #CCFE99. Grayscale: #1B1B1B. Windows color (decimal): -13434522 or 6684979. OLE color: 6684979.

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

Color convert

RGB511102-
CMYK0.50.9900.6
HSL269.7º98.06%20.2%-
HSV(B)269.7º99.02%40%-
XYZ3.771.6812.7-
YUV27.46170.06144.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=33.12%
G=0.65%
B=66.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5111020.50.9900.6269.798.0620.2
Hex33166326303C10e6214
Octal6311466214307441614224
Binary1100111110011011001011000110111100100001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330166; }

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

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

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

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

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

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

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

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