Html Css Color HEX #661495 Indigo

📋 copy color: '#661495'

red 102 ◦ green 20 ◦ blue 149

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

Shades of Indigo #661495

Tints of Indigo #661495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 37.64%
G = 7.38%
B = 54.98%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661495 (or 0x661495) is known color: Indigo. HEX triplet: 66, 14 and 95. RGB value is (102,20,149). Sum of RGB (Red+Green+Blue) = 102+20+149=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #661495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661495 is #99EB6A. Grayscale: #3A3A3A. Windows color (decimal): -10087275 or 9770086. OLE color: 9770086.

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

Color convert

RGB 102 20 149 -
CMYK 0.32 0.87 0 0.42
HSL 278.14º 0.76% 0.33% -
HSV(B) 278.14º 0.87% 0.58% -
XYZ 11.15 5.5 28.91 -
YUV 59.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 102 20 149 0.32 0.87 0 0.42 278.14 0.76 0.33
Hex 66 14 95 20 57 0 2A 116 4C 21
Octal 146 24 225 40 127 0 52 426 114 41
Binary 1100110 10100 10010101 100000 1010111 0 101010 100010110 1001100 100001

Color Harmonies of #661495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661495

Black with #661495

Text Example


Text Example

White with #661495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661495; }

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

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

background-color css

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

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

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

border-color css

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

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

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