Html Css Color HEX #330166 Persian Indigo

📋 copy color: '#330166'

red 51 ◦ green 1 ◦ blue 102

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

Shades of Persian Indigo #330166

Tints of Persian Indigo #330166

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

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

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

RGB 51 1 102 -
CMYK 0.5 0.99 0 0.6
HSL 269.7º 0.98% 0.2% -
HSV(B) 269.7º 0.99% 0.4% -
XYZ 3.77 1.68 12.7 -
YUV 27.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 51 1 102 0.5 0.99 0 0.6 269.7 0.98 0.2
Hex 33 1 66 32 63 0 3C 10E 62 14
Octal 63 1 146 62 143 0 74 416 142 24
Binary 110011 1 1100110 110010 1100011 0 111100 100001110 1100010 10100

Color Harmonies of #330166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330166

Black with #330166

Text Example


Text Example

White with #330166

Text Example


Text Example

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