Html Css Color HEX #661490 Indigo

📋 copy color: '#661490'

red 102 ◦ green 20 ◦ blue 144

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

Shades of Indigo #661490

Tints of Indigo #661490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 38.35%
G = 7.52%
B = 54.14%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#661490 (or 0x661490) is known color: Indigo. HEX triplet: 66, 14 and 90. RGB value is (102,20,144). Sum of RGB (Red+Green+Blue) = 102+20+144=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #661490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661490 is #99EB6F. Grayscale: #3A3A3A. Windows color (decimal): -10087280 or 9442406. OLE color: 9442406.

HSL color Cylindrical-coordinate representation of color #661490: hue angle of 279.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661490 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 20 144 -
CMYK 0.29 0.86 0 0.44
HSL 279.68º 0.76% 0.32% -
HSV(B) 279.68º 0.86% 0.56% -
XYZ 10.76 5.34 26.85 -
YUV 58.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 102 20 144 0.29 0.86 0 0.44 279.68 0.76 0.32
Hex 66 14 90 1D 56 0 2C 118 4C 20
Octal 146 24 220 35 126 0 54 430 114 40
Binary 1100110 10100 10010000 11101 1010110 0 101100 100011000 1001100 100000

Color Harmonies of #661490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661490

Black with #661490

Text Example


Text Example

White with #661490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661490; }

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

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

background-color css

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

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

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

border-color css

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

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

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