Html Css Color HEX #661299 Indigo

📋 copy color: '#661299'

red 102 ◦ green 18 ◦ blue 153

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

Shades of Indigo #661299

Tints of Indigo #661299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 37.36%
G = 6.59%
B = 56.04%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#661299 (or 0x661299) is known color: Indigo. HEX triplet: 66, 12 and 99. RGB value is (102,18,153). Sum of RGB (Red+Green+Blue) = 102+18+153=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #661299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661299 is #99ED66. Grayscale: #3A3A3A. Windows color (decimal): -10087783 or 10031718. OLE color: 10031718.

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

Color convert

RGB 102 18 153 -
CMYK 0.33 0.88 0 0.4
HSL 277.33º 0.79% 0.34% -
HSV(B) 277.33º 0.88% 0.6% -
XYZ 11.45 5.56 30.61 -
YUV 58.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 102 18 153 0.33 0.88 0 0.4 277.33 0.79 0.34
Hex 66 12 99 21 58 0 28 115 4F 22
Octal 146 22 231 41 130 0 50 425 117 42
Binary 1100110 10010 10011001 100001 1011000 0 101000 100010101 1001111 100010

Color Harmonies of #661299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661299

Black with #661299

Text Example


Text Example

White with #661299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661299; }

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

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

background-color css

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

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

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

border-color css

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

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

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