Html Css Color HEX #661197 Indigo

📋 copy color: '#661197'

red 102 ◦ green 17 ◦ blue 151

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

Shades of Indigo #661197

Tints of Indigo #661197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 37.78%
G = 6.3%
B = 55.93%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#661197 (or 0x661197) is known color: Indigo. HEX triplet: 66, 11 and 97. RGB value is (102,17,151). Sum of RGB (Red+Green+Blue) = 102+17+151=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #661197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661197 is #99EE68. Grayscale: #393939. Windows color (decimal): -10088041 or 9900390. OLE color: 9900390.

HSL color Cylindrical-coordinate representation of color #661197: hue angle of 278.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661197 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 17 151 -
CMYK 0.32 0.89 0 0.41
HSL 278.06º 0.8% 0.33% -
HSV(B) 278.06º 0.89% 0.59% -
XYZ 11.27 5.46 29.74 -
YUV 57.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 102 17 151 0.32 0.89 0 0.41 278.06 0.8 0.33
Hex 66 11 97 20 59 0 29 116 50 21
Octal 146 21 227 40 131 0 51 426 120 41
Binary 1100110 10001 10010111 100000 1011001 0 101001 100010110 1010000 100001

Color Harmonies of #661197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661197

Black with #661197

Text Example


Text Example

White with #661197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661197; }

 p { color: rgb(102,17,151); }

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

background-color css

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

 a { background-color: rgb(102,17,151); }

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

border-color css

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

 span { border-color: rgb(102,17,151); }

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