Html Css Color HEX #330266 Persian Indigo

📋 copy color: '#330266'

red 51 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #330266

Tints of Persian Indigo #330266

RGB

 RED value IS 51 (20.31% from 255) = 32.9%

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 32.9%
G = 1.29%
B = 65.81%

CMYK

 C value IS 0.5

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#330266 (or 0x330266) is known color: Persian Indigo. HEX triplet: 33, 02 and 66. RGB value is (51,2,102). Sum of RGB (Red+Green+Blue) = 51+2+102=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #330266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330266 is #CCFD99. Grayscale: #1B1B1B. Windows color (decimal): -13434266 or 6685235. OLE color: 6685235.

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

Color convert

RGB 51 2 102 -
CMYK 0.5 0.98 0 0.6
HSL 269.4º 0.96% 0.2% -
HSV(B) 269.4º 0.98% 0.4% -
XYZ 3.79 1.71 12.7 -
YUV 28.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 51 2 102 0.5 0.98 0 0.6 269.4 0.96 0.2
Hex 33 2 66 32 62 0 3C 10D 60 14
Octal 63 2 146 62 142 0 74 415 140 24
Binary 110011 10 1100110 110010 1100010 0 111100 100001101 1100000 10100

Color Harmonies of #330266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330266

Black with #330266

Text Example


Text Example

White with #330266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330266; }

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

 H1.HeaderClassName
 {
   color: #330266;
 }
 .AnyTagClassName
 {
   color: #330266;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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