Html Css Color HEX #661297 Indigo

📋 copy color: '#661297'

red 102 ◦ green 18 ◦ blue 151

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

Shades of Indigo #661297

Tints of Indigo #661297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 37.64%
G = 6.64%
B = 55.72%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#661297 (or 0x661297) is known color: Indigo. HEX triplet: 66, 12 and 97. RGB value is (102,18,151). Sum of RGB (Red+Green+Blue) = 102+18+151=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #661297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661297 is #99ED68. Grayscale: #393939. Windows color (decimal): -10087785 or 9900646. OLE color: 9900646.

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

Color convert

RGB 102 18 151 -
CMYK 0.32 0.88 0 0.41
HSL 277.89º 0.79% 0.33% -
HSV(B) 277.89º 0.88% 0.59% -
XYZ 11.28 5.49 29.74 -
YUV 58.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 102 18 151 0.32 0.88 0 0.41 277.89 0.79 0.33
Hex 66 12 97 20 58 0 29 116 4F 21
Octal 146 22 227 40 130 0 51 426 117 41
Binary 1100110 10010 10010111 100000 1011000 0 101001 100010110 1001111 100001

Color Harmonies of #661297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661297

Black with #661297

Text Example


Text Example

White with #661297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661297; }

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

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

background-color css

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

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

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

border-color css

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

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

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