Html Css Color HEX #681191 Indigo

📋 copy color: '#681191'

red 104 ◦ green 17 ◦ blue 145

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

Shades of Indigo #681191

Tints of Indigo #681191

RGB

 RED value IS 104 (41.02% from 255) = 39.1%

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 39.1%
G = 6.39%
B = 54.51%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#681191 (or 0x681191) is known color: Indigo. HEX triplet: 68, 11 and 91. RGB value is (104,17,145). Sum of RGB (Red+Green+Blue) = 104+17+145=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #681191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681191 is #97EE6E. Grayscale: #393939. Windows color (decimal): -9956975 or 9507176. OLE color: 9507176.

HSL color Cylindrical-coordinate representation of color #681191: hue angle of 280.78º 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 #681191 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 17 145 -
CMYK 0.28 0.88 0 0.43
HSL 280.78º 0.79% 0.32% -
HSV(B) 280.78º 0.88% 0.57% -
XYZ 11.02 5.39 27.25 -
YUV 57.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 104 17 145 0.28 0.88 0 0.43 280.78 0.79 0.32
Hex 68 11 91 1C 58 0 2B 119 4F 20
Octal 150 21 221 34 130 0 53 431 117 40
Binary 1101000 10001 10010001 11100 1011000 0 101011 100011001 1001111 100000

Color Harmonies of #681191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681191

Black with #681191

Text Example


Text Example

White with #681191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681191; }

 p { color: rgb(104,17,145); }

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

background-color css

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

 a { background-color: rgb(104,17,145); }

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

border-color css

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

 span { border-color: rgb(104,17,145); }

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