Html Css Color HEX #661695 Indigo

📋 copy color: '#661695'

red 102 ◦ green 22 ◦ blue 149

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

Shades of Indigo #661695

Tints of Indigo #661695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 37.36%
G = 8.06%
B = 54.58%

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

#661695 (or 0x661695) is known color: Indigo. HEX triplet: 66, 16 and 95. RGB value is (102,22,149). Sum of RGB (Red+Green+Blue) = 102+22+149=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #661695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661695 is #99E96A. Grayscale: #3B3B3B. Windows color (decimal): -10086763 or 9770598. OLE color: 9770598.

HSL color Cylindrical-coordinate representation of color #661695: hue angle of 277.8º degrees, saturation: 0.74, 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 #661695 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 22 149 -
CMYK 0.32 0.85 0 0.42
HSL 277.8º 0.74% 0.34% -
HSV(B) 277.8º 0.85% 0.58% -
XYZ 11.19 5.57 28.92 -
YUV 60.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 102 22 149 0.32 0.85 0 0.42 277.8 0.74 0.34
Hex 66 16 95 20 55 0 2A 116 4A 22
Octal 146 26 225 40 125 0 52 426 112 42
Binary 1100110 10110 10010101 100000 1010101 0 101010 100010110 1001010 100010

Color Harmonies of #661695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661695

Black with #661695

Text Example


Text Example

White with #661695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661695; }

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

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

background-color css

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

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

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

border-color css

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

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

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