Html Css Color HEX #660EA2 Indigo

📋 copy color: '#660EA2'

red 102 ◦ green 14 ◦ blue 162

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

Shades of Indigo #660EA2

Tints of Indigo #660EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 162 (63.67% from 255) = 58.27%

R = 36.69%
G = 5.04%
B = 58.27%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#660EA2 (or 0x660EA2) is known color: Indigo. HEX triplet: 66, 0E and A2. RGB value is (102,14,162). Sum of RGB (Red+Green+Blue) = 102+14+162=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #660EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660EA2 is #99F15D. Grayscale: #383838. Windows color (decimal): -10088798 or 10620518. OLE color: 10620518.

HSL color Cylindrical-coordinate representation of color #660EA2: hue angle of 275.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660EA2 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 14 162 -
CMYK 0.37 0.91 0 0.36
HSL 275.68º 0.84% 0.35% -
HSV(B) 275.68º 0.91% 0.64% -
XYZ 12.16 5.75 34.65 -
YUV 57.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 102 14 162 0.37 0.91 0 0.36 275.68 0.84 0.35
Hex 66 E A2 25 5B 0 24 114 54 23
Octal 146 16 242 45 133 0 44 424 124 43
Binary 1100110 1110 10100010 100101 1011011 0 100100 100010100 1010100 100011

Color Harmonies of #660EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EA2

Black with #660EA2

Text Example


Text Example

White with #660EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,162); }

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

background-color css

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

 a { background-color: rgb(102,14,162); }

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

border-color css

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

 span { border-color: rgb(102,14,162); }

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