#330866

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

Shades of Persian Indigo #330866

Tints of Persian Indigo #330866

Color information

#330866 (or 0x330866) is unknown color: approx Persian Indigo. HEX triplet: 33, 08 and 66. RGB value is (51,8,102). Sum of RGB (Red+Green+Blue) = 51+8+102=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #330866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330866 is #CCF799. Grayscale: #1F1F1F. Windows color (decimal): -13432730 or 6686771. OLE color: 6686771.

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

Color convert

RGB518102-
CMYK0.50.9200.6
HSL267.45º85.45%21.57%-
HSV(B)267.45º92.16%40%-
XYZ3.851.8412.72-
YUV31.57167.75141.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=31.68%
G=4.97%
B=63.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5181020.50.9200.6267.4585.4521.57
Hex33866325C03C10b5516
Octal63101466213407441312526
Binary1100111000110011011001010111000111100100001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330866; }

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

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

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

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

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

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

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

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