Html Css Color HEX #660087 Indigo

📋 copy color: '#660087'

red 102 ◦ green 0 ◦ blue 135

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

Shades of Indigo #660087

Tints of Indigo #660087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.04%
G = 0%
B = 56.96%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660087 (or 0x660087) is known color: Indigo. HEX triplet: 66, 00 and 87. RGB value is (102,0,135). Sum of RGB (Red+Green+Blue) = 102+0+135=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #660087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660087 is #99FF78. Grayscale: #2D2D2D. Windows color (decimal): -10092409 or 8847462. OLE color: 8847462.

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

Color convert

RGB 102 0 135 -
CMYK 0.24 1 0 0.47
HSL 285.33º 1% 0.26% -
HSV(B) 285.33º 1% 0.53% -
XYZ 9.85 4.57 23.29 -
YUV 45.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 102 0 135 0.24 1 0 0.47 285.33 1 0.26
Hex 66 0 87 18 64 0 2F 11D 64 1A
Octal 146 0 207 30 144 0 57 435 144 32
Binary 1100110 0 10000111 11000 1100100 0 101111 100011101 1100100 11010

Color Harmonies of #660087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660087

Black with #660087

Text Example


Text Example

White with #660087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660087; }

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

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

background-color css

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

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

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

border-color css

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

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

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