Html Css Color HEX #330866 Persian Indigo

📋 copy color: '#330866'

red 51 ◦ green 8 ◦ blue 102

#330866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #330866

Tints of Persian Indigo #330866

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 value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#330866 (or 0x330866) is known color: 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

RGB 51 8 102 -
CMYK 0.5 0.92 0 0.6
HSL 267.45º 0.85% 0.22% -
HSV(B) 267.45º 0.92% 0.4% -
XYZ 3.85 1.84 12.72 -
YUV 31.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 51 8 102 0.5 0.92 0 0.6 267.45 0.85 0.22
Hex 33 8 66 32 5C 0 3C 10B 55 16
Octal 63 10 146 62 134 0 74 413 125 26
Binary 110011 1000 1100110 110010 1011100 0 111100 100001011 1010101 10110

Color Harmonies of #330866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330866

Black with #330866

Text Example


Text Example

White with #330866

Text Example


Text Example

HTML Codes & Css Web 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>