Html Css Color HEX #661796 Indigo

📋 copy color: '#661796'

red 102 ◦ green 23 ◦ blue 150

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

Shades of Indigo #661796

Tints of Indigo #661796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 37.09%
G = 8.36%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#661796 (or 0x661796) is known color: Indigo. HEX triplet: 66, 17 and 96. RGB value is (102,23,150). Sum of RGB (Red+Green+Blue) = 102+23+150=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #661796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661796 is #99E869. Grayscale: #3C3C3C. Windows color (decimal): -10086506 or 9836390. OLE color: 9836390.

HSL color Cylindrical-coordinate representation of color #661796: hue angle of 277.32º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661796 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 23 150 -
CMYK 0.32 0.85 0 0.41
HSL 277.32º 0.73% 0.34% -
HSV(B) 277.32º 0.85% 0.59% -
XYZ 11.29 5.64 29.35 -
YUV 61.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 102 23 150 0.32 0.85 0 0.41 277.32 0.73 0.34
Hex 66 17 96 20 55 0 29 115 49 22
Octal 146 27 226 40 125 0 51 425 111 42
Binary 1100110 10111 10010110 100000 1010101 0 101001 100010101 1001001 100010

Color Harmonies of #661796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661796

Black with #661796

Text Example


Text Example

White with #661796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661796; }

 p { color: rgb(102,23,150); }

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

background-color css

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

 a { background-color: rgb(102,23,150); }

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

border-color css

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

 span { border-color: rgb(102,23,150); }

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