Html Css Color HEX #660887 Indigo

📋 copy color: '#660887'

red 102 ◦ green 8 ◦ blue 135

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

Shades of Indigo #660887

Tints of Indigo #660887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 41.63%
G = 3.27%
B = 55.1%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660887 (or 0x660887) is known color: Indigo. HEX triplet: 66, 08 and 87. RGB value is (102,8,135). Sum of RGB (Red+Green+Blue) = 102+8+135=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #660887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660887 is #99F778. Grayscale: #323232. Windows color (decimal): -10090361 or 8849510. OLE color: 8849510.

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

Color convert

RGB 102 8 135 -
CMYK 0.24 0.94 0 0.47
HSL 284.41º 0.89% 0.28% -
HSV(B) 284.41º 0.94% 0.53% -
XYZ 9.94 4.75 23.31 -
YUV 50.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 102 8 135 0.24 0.94 0 0.47 284.41 0.89 0.28
Hex 66 8 87 18 5E 0 2F 11C 59 1C
Octal 146 10 207 30 136 0 57 434 131 34
Binary 1100110 1000 10000111 11000 1011110 0 101111 100011100 1011001 11100

Color Harmonies of #660887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660887

Black with #660887

Text Example


Text Example

White with #660887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660887; }

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

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

background-color css

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

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

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

border-color css

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

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

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