Html Css Color HEX #330566 Persian Indigo

📋 copy color: '#330566'

red 51 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #330566

Tints of Persian Indigo #330566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 32.28%
G = 3.16%
B = 64.56%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#330566 (or 0x330566) is known color: Persian Indigo. HEX triplet: 33, 05 and 66. RGB value is (51,5,102). Sum of RGB (Red+Green+Blue) = 51+5+102=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #330566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330566 is #CCFA99. Grayscale: #1D1D1D. Windows color (decimal): -13433498 or 6686003. OLE color: 6686003.

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

Color convert

RGB 51 5 102 -
CMYK 0.5 0.95 0 0.6
HSL 268.45º 0.91% 0.21% -
HSV(B) 268.45º 0.95% 0.4% -
XYZ 3.82 1.77 12.71 -
YUV 29.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 51 5 102 0.5 0.95 0 0.6 268.45 0.91 0.21
Hex 33 5 66 32 5F 0 3C 10C 5B 15
Octal 63 5 146 62 137 0 74 414 133 25
Binary 110011 101 1100110 110010 1011111 0 111100 100001100 1011011 10101

Color Harmonies of #330566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330566

Black with #330566

Text Example


Text Example

White with #330566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330566; }

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

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

background-color css

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

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

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

border-color css

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

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

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