Html Css Color HEX #661795 Indigo

📋 copy color: '#661795'

red 102 ◦ green 23 ◦ blue 149

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

Shades of Indigo #661795

Tints of Indigo #661795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 37.23%
G = 8.39%
B = 54.38%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661795 (or 0x661795) is known color: Indigo. HEX triplet: 66, 17 and 95. RGB value is (102,23,149). Sum of RGB (Red+Green+Blue) = 102+23+149=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #661795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661795 is #99E86A. Grayscale: #3C3C3C. Windows color (decimal): -10086507 or 9770854. OLE color: 9770854.

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

Color convert

RGB 102 23 149 -
CMYK 0.32 0.85 0 0.42
HSL 277.62º 0.73% 0.34% -
HSV(B) 277.62º 0.85% 0.58% -
XYZ 11.21 5.61 28.93 -
YUV 60.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 102 23 149 0.32 0.85 0 0.42 277.62 0.73 0.34
Hex 66 17 95 20 55 0 2A 116 49 22
Octal 146 27 225 40 125 0 52 426 111 42
Binary 1100110 10111 10010101 100000 1010101 0 101010 100010110 1001001 100010

Color Harmonies of #661795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661795

Black with #661795

Text Example


Text Example

White with #661795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661795; }

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

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

background-color css

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

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

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

border-color css

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

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

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