#330B66

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

Shades of Persian Indigo #330B66

Tints of Persian Indigo #330B66

Color information

#330B66 (or 0x330B66) is unknown color: approx Persian Indigo. HEX triplet: 33, 0B and 66. RGB value is (51,11,102). Sum of RGB (Red+Green+Blue) = 51+11+102=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #330B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B66 is #CCF499. Grayscale: #212121. Windows color (decimal): -13431962 or 6687539. OLE color: 6687539.

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

Color convert

RGB5111102-
CMYK0.50.8900.6
HSL266.37º80.53%22.16%-
HSV(B)266.37º89.22%40%-
XYZ3.881.912.73-
YUV33.33166.75140.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=31.10%
G=6.71%
B=62.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51111020.50.8900.6266.3780.5322.16
Hex33B66325903C10a5116
Octal63131466213107441212126
Binary1100111011110011011001010110010111100100001010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330B66; }

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

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

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

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

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

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

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

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