Html Css Color HEX #660186 Indigo

📋 copy color: '#660186'

red 102 ◦ green 1 ◦ blue 134

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

Shades of Indigo #660186

Tints of Indigo #660186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 43.04%
G = 0.42%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660186 (or 0x660186) is known color: Indigo. HEX triplet: 66, 01 and 86. RGB value is (102,1,134). Sum of RGB (Red+Green+Blue) = 102+1+134=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #660186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660186 is #99FE79. Grayscale: #2D2D2D. Windows color (decimal): -10092154 or 8782182. OLE color: 8782182.

HSL color Cylindrical-coordinate representation of color #660186: hue angle of 285.56º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660186 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 1 134 -
CMYK 0.24 0.99 0 0.47
HSL 285.56º 0.99% 0.26% -
HSV(B) 285.56º 0.99% 0.53% -
XYZ 9.79 4.57 22.92 -
YUV 46.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 102 1 134 0.24 0.99 0 0.47 285.56 0.99 0.26
Hex 66 1 86 18 63 0 2F 11E 63 1A
Octal 146 1 206 30 143 0 57 436 143 32
Binary 1100110 1 10000110 11000 1100011 0 101111 100011110 1100011 11010

Color Harmonies of #660186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660186

Black with #660186

Text Example


Text Example

White with #660186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660186; }

 p { color: rgb(102,1,134); }

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

background-color css

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

 a { background-color: rgb(102,1,134); }

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

border-color css

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

 span { border-color: rgb(102,1,134); }

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