Html Css Color HEX #330366 Persian Indigo

📋 copy color: '#330366'

red 51 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #330366

Tints of Persian Indigo #330366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 32.69%
G = 1.92%
B = 65.38%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#330366 (or 0x330366) is known color: Persian Indigo. HEX triplet: 33, 03 and 66. RGB value is (51,3,102). Sum of RGB (Red+Green+Blue) = 51+3+102=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #330366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330366 is #CCFC99. Grayscale: #1C1C1C. Windows color (decimal): -13434010 or 6685491. OLE color: 6685491.

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

Color convert

RGB 51 3 102 -
CMYK 0.5 0.97 0 0.6
HSL 269.09º 0.94% 0.21% -
HSV(B) 269.09º 0.97% 0.4% -
XYZ 3.8 1.73 12.7 -
YUV 28.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 51 3 102 0.5 0.97 0 0.6 269.09 0.94 0.21
Hex 33 3 66 32 61 0 3C 10D 5E 15
Octal 63 3 146 62 141 0 74 415 136 25
Binary 110011 11 1100110 110010 1100001 0 111100 100001101 1011110 10101

Color Harmonies of #330366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330366

Black with #330366

Text Example


Text Example

White with #330366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330366; }

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

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

background-color css

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

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

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

border-color css

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

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

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