Html Css Color HEX #660387 Indigo

📋 copy color: '#660387'

red 102 ◦ green 3 ◦ blue 135

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

Shades of Indigo #660387

Tints of Indigo #660387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 42.5%
G = 1.25%
B = 56.25%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660387 (or 0x660387) is known color: Indigo. HEX triplet: 66, 03 and 87. RGB value is (102,3,135). Sum of RGB (Red+Green+Blue) = 102+3+135=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #660387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660387 is #99FC78. Grayscale: #2F2F2F. Windows color (decimal): -10091641 or 8848230. OLE color: 8848230.

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

Color convert

RGB 102 3 135 -
CMYK 0.24 0.98 0 0.47
HSL 285º 0.96% 0.27% -
HSV(B) 285º 0.98% 0.53% -
XYZ 9.89 4.64 23.3 -
YUV 47.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 102 3 135 0.24 0.98 0 0.47 285 0.96 0.27
Hex 66 3 87 18 62 0 2F 11D 60 1B
Octal 146 3 207 30 142 0 57 435 140 33
Binary 1100110 11 10000111 11000 1100010 0 101111 100011101 1100000 11011

Color Harmonies of #660387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660387

Black with #660387

Text Example


Text Example

White with #660387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660387; }

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

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

background-color css

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

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

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

border-color css

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

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

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