Html Css Color HEX #66158C Indigo

📋 copy color: '#66158C'

red 102 ◦ green 21 ◦ blue 140

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

Shades of Indigo #66158C

Tints of Indigo #66158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 38.78%
G = 7.98%
B = 53.23%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66158C (or 0x66158C) is known color: Indigo. HEX triplet: 66, 15 and 8C. RGB value is (102,21,140). Sum of RGB (Red+Green+Blue) = 102+21+140=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #66158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66158C is #99EA73. Grayscale: #3A3A3A. Windows color (decimal): -10087028 or 9180518. OLE color: 9180518.

HSL color Cylindrical-coordinate representation of color #66158C: hue angle of 280.84º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66158C is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 21 140 -
CMYK 0.27 0.85 0 0.45
HSL 280.84º 0.74% 0.32% -
HSV(B) 280.84º 0.85% 0.55% -
XYZ 10.48 5.25 25.27 -
YUV 58.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 102 21 140 0.27 0.85 0 0.45 280.84 0.74 0.32
Hex 66 15 8C 1B 55 0 2D 119 4A 20
Octal 146 25 214 33 125 0 55 431 112 40
Binary 1100110 10101 10001100 11011 1010101 0 101101 100011001 1001010 100000

Color Harmonies of #66158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66158C

Black with #66158C

Text Example


Text Example

White with #66158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66158C; }

 p { color: rgb(102,21,140); }

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

background-color css

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

 a { background-color: rgb(102,21,140); }

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

border-color css

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

 span { border-color: rgb(102,21,140); }

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