Html Css Color HEX #661095 Indigo

📋 copy color: '#661095'

red 102 ◦ green 16 ◦ blue 149

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

Shades of Indigo #661095

Tints of Indigo #661095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 38.2%
G = 5.99%
B = 55.81%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661095 (or 0x661095) is known color: Indigo. HEX triplet: 66, 10 and 95. RGB value is (102,16,149). Sum of RGB (Red+Green+Blue) = 102+16+149=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #661095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661095 is #99EF6A. Grayscale: #383838. Windows color (decimal): -10088299 or 9769062. OLE color: 9769062.

HSL color Cylindrical-coordinate representation of color #661095: hue angle of 278.8º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661095 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 16 149 -
CMYK 0.32 0.89 0 0.42
HSL 278.8º 0.81% 0.32% -
HSV(B) 278.8º 0.89% 0.58% -
XYZ 11.09 5.37 28.88 -
YUV 56.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 102 16 149 0.32 0.89 0 0.42 278.8 0.81 0.32
Hex 66 10 95 20 59 0 2A 117 51 20
Octal 146 20 225 40 131 0 52 427 121 40
Binary 1100110 10000 10010101 100000 1011001 0 101010 100010111 1010001 100000

Color Harmonies of #661095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661095

Black with #661095

Text Example


Text Example

White with #661095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661095; }

 p { color: rgb(102,16,149); }

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

background-color css

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

 a { background-color: rgb(102,16,149); }

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

border-color css

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

 span { border-color: rgb(102,16,149); }

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