Html Css Color HEX #661192 Indigo

📋 copy color: '#661192'

red 102 ◦ green 17 ◦ blue 146

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

Shades of Indigo #661192

Tints of Indigo #661192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 38.49%
G = 6.42%
B = 55.09%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#661192 (or 0x661192) is known color: Indigo. HEX triplet: 66, 11 and 92. RGB value is (102,17,146). Sum of RGB (Red+Green+Blue) = 102+17+146=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #661192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661192 is #99EE6D. Grayscale: #383838. Windows color (decimal): -10088046 or 9572710. OLE color: 9572710.

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

Color convert

RGB 102 17 146 -
CMYK 0.30 0.88 0 0.43
HSL 279.53º 0.79% 0.32% -
HSV(B) 279.53º 0.88% 0.57% -
XYZ 10.87 5.3 27.64 -
YUV 57.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 102 17 146 0.30 0.88 0 0.43 279.53 0.79 0.32
Hex 66 11 92 1E 58 0 2B 118 4F 20
Octal 146 21 222 36 130 0 53 430 117 40
Binary 1100110 10001 10010010 11110 1011000 0 101011 100011000 1001111 100000

Color Harmonies of #661192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661192

Black with #661192

Text Example


Text Example

White with #661192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661192; }

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

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

background-color css

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

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

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

border-color css

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

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

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