Html Css Color HEX #660C87 Indigo

📋 copy color: '#660C87'

red 102 ◦ green 12 ◦ blue 135

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

Shades of Indigo #660C87

Tints of Indigo #660C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 40.96%
G = 4.82%
B = 54.22%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660C87 (or 0x660C87) is known color: Indigo. HEX triplet: 66, 0C and 87. RGB value is (102,12,135). Sum of RGB (Red+Green+Blue) = 102+12+135=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #660C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C87 is #99F378. Grayscale: #343434. Windows color (decimal): -10089337 or 8850534. OLE color: 8850534.

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

Color convert

RGB 102 12 135 -
CMYK 0.24 0.91 0 0.47
HSL 283.9º 0.84% 0.29% -
HSV(B) 283.9º 0.91% 0.53% -
XYZ 9.98 4.84 23.33 -
YUV 52.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 102 12 135 0.24 0.91 0 0.47 283.9 0.84 0.29
Hex 66 C 87 18 5B 0 2F 11C 54 1D
Octal 146 14 207 30 133 0 57 434 124 35
Binary 1100110 1100 10000111 11000 1011011 0 101111 100011100 1010100 11101

Color Harmonies of #660C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C87

Black with #660C87

Text Example


Text Example

White with #660C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,135); }

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

background-color css

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

 a { background-color: rgb(102,12,135); }

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

border-color css

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

 span { border-color: rgb(102,12,135); }

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