Html Css Color HEX #660DA1 Indigo

📋 copy color: '#660DA1'

red 102 ◦ green 13 ◦ blue 161

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

Shades of Indigo #660DA1

Tints of Indigo #660DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 161 (63.28% from 255) = 58.33%

R = 36.96%
G = 4.71%
B = 58.33%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#660DA1 (or 0x660DA1) is known color: Indigo. HEX triplet: 66, 0D and A1. RGB value is (102,13,161). Sum of RGB (Red+Green+Blue) = 102+13+161=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #660DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DA1 is #99F25E. Grayscale: #373737. Windows color (decimal): -10089055 or 10554726. OLE color: 10554726.

HSL color Cylindrical-coordinate representation of color #660DA1: hue angle of 276.08º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660DA1 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 13 161 -
CMYK 0.37 0.92 0 0.37
HSL 276.08º 0.85% 0.34% -
HSV(B) 276.08º 0.92% 0.63% -
XYZ 12.06 5.69 34.18 -
YUV 56.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 102 13 161 0.37 0.92 0 0.37 276.08 0.85 0.34
Hex 66 D A1 25 5C 0 25 114 55 22
Octal 146 15 241 45 134 0 45 424 125 42
Binary 1100110 1101 10100001 100101 1011100 0 100101 100010100 1010101 100010

Color Harmonies of #660DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DA1

Black with #660DA1

Text Example


Text Example

White with #660DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,13,161); }

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

background-color css

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

 a { background-color: rgb(102,13,161); }

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

border-color css

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

 span { border-color: rgb(102,13,161); }

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