Html Css Color HEX #660591 Indigo

📋 copy color: '#660591'

red 102 ◦ green 5 ◦ blue 145

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

Shades of Indigo #660591

Tints of Indigo #660591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 40.48%
G = 1.98%
B = 57.54%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#660591 (or 0x660591) is known color: Indigo. HEX triplet: 66, 05 and 91. RGB value is (102,5,145). Sum of RGB (Red+Green+Blue) = 102+5+145=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #660591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660591 is #99FA6E. Grayscale: #313131. Windows color (decimal): -10091119 or 9504102. OLE color: 9504102.

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

Color convert

RGB 102 5 145 -
CMYK 0.30 0.97 0 0.43
HSL 281.57º 0.93% 0.29% -
HSV(B) 281.57º 0.97% 0.57% -
XYZ 10.64 4.98 27.19 -
YUV 49.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 102 5 145 0.30 0.97 0 0.43 281.57 0.93 0.29
Hex 66 5 91 1E 61 0 2B 11A 5D 1D
Octal 146 5 221 36 141 0 53 432 135 35
Binary 1100110 101 10010001 11110 1100001 0 101011 100011010 1011101 11101

Color Harmonies of #660591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660591

Black with #660591

Text Example


Text Example

White with #660591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660591; }

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

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

background-color css

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

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

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

border-color css

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

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

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