Html Css Color HEX #660291 Indigo

📋 copy color: '#660291'

red 102 ◦ green 2 ◦ blue 145

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

Shades of Indigo #660291

Tints of Indigo #660291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 40.96%
G = 0.8%
B = 58.23%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#660291 (or 0x660291) is known color: Indigo. HEX triplet: 66, 02 and 91. RGB value is (102,2,145). Sum of RGB (Red+Green+Blue) = 102+2+145=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #660291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660291 is #99FD6E. Grayscale: #2F2F2F. Windows color (decimal): -10091887 or 9503334. OLE color: 9503334.

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

Color convert

RGB 102 2 145 -
CMYK 0.30 0.99 0 0.43
HSL 281.96º 0.97% 0.29% -
HSV(B) 281.96º 0.99% 0.57% -
XYZ 10.61 4.91 27.18 -
YUV 48.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 102 2 145 0.30 0.99 0 0.43 281.96 0.97 0.29
Hex 66 2 91 1E 63 0 2B 11A 61 1D
Octal 146 2 221 36 143 0 53 432 141 35
Binary 1100110 10 10010001 11110 1100011 0 101011 100011010 1100001 11101

Color Harmonies of #660291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660291

Black with #660291

Text Example


Text Example

White with #660291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660291; }

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

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

background-color css

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

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

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

border-color css

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

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

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