Html Css Color HEX #660AA0 Indigo

📋 copy color: '#660AA0'

red 102 ◦ green 10 ◦ blue 160

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

Shades of Indigo #660AA0

Tints of Indigo #660AA0

RGB

 RED value IS 102 (40.23% from 255) = 37.5%

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 160 (62.89% from 255) = 58.82%

R = 37.5%
G = 3.68%
B = 58.82%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#660AA0 (or 0x660AA0) is known color: Indigo. HEX triplet: 66, 0A and A0. RGB value is (102,10,160). Sum of RGB (Red+Green+Blue) = 102+10+160=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #660AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AA0 is #99F55F. Grayscale: #363636. Windows color (decimal): -10089824 or 10488422. OLE color: 10488422.

HSL color Cylindrical-coordinate representation of color #660AA0: hue angle of 276.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660AA0 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 10 160 -
CMYK 0.36 0.94 0 0.37
HSL 276.8º 0.88% 0.33% -
HSV(B) 276.8º 0.94% 0.63% -
XYZ 11.93 5.58 33.71 -
YUV 54.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 102 10 160 0.36 0.94 0 0.37 276.8 0.88 0.33
Hex 66 A A0 24 5E 0 25 115 58 21
Octal 146 12 240 44 136 0 45 425 130 41
Binary 1100110 1010 10100000 100100 1011110 0 100101 100010101 1011000 100001

Color Harmonies of #660AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AA0

Black with #660AA0

Text Example


Text Example

White with #660AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660AA0; }

 p { color: rgb(102,10,160); }

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

background-color css

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

 a { background-color: rgb(102,10,160); }

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

border-color css

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

 span { border-color: rgb(102,10,160); }

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