Html Css Color HEX #660590 Indigo

📋 copy color: '#660590'

red 102 ◦ green 5 ◦ blue 144

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

Shades of Indigo #660590

Tints of Indigo #660590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 40.64%
G = 1.99%
B = 57.37%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#660590 (or 0x660590) is known color: Indigo. HEX triplet: 66, 05 and 90. RGB value is (102,5,144). Sum of RGB (Red+Green+Blue) = 102+5+144=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #660590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660590 is #99FA6F. Grayscale: #313131. Windows color (decimal): -10091120 or 9438566. OLE color: 9438566.

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

Color convert

RGB 102 5 144 -
CMYK 0.29 0.97 0 0.44
HSL 281.87º 0.93% 0.29% -
HSV(B) 281.87º 0.97% 0.56% -
XYZ 10.57 4.95 26.78 -
YUV 49.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 102 5 144 0.29 0.97 0 0.44 281.87 0.93 0.29
Hex 66 5 90 1D 61 0 2C 11A 5D 1D
Octal 146 5 220 35 141 0 54 432 135 35
Binary 1100110 101 10010000 11101 1100001 0 101100 100011010 1011101 11101

Color Harmonies of #660590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660590

Black with #660590

Text Example


Text Example

White with #660590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660590; }

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

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

background-color css

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

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

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

border-color css

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

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

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