Html Css Color HEX #681190 Indigo

📋 copy color: '#681190'

red 104 ◦ green 17 ◦ blue 144

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

Shades of Indigo #681190

Tints of Indigo #681190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 39.25%
G = 6.42%
B = 54.34%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681190 (or 0x681190) is known color: Indigo. HEX triplet: 68, 11 and 90. RGB value is (104,17,144). Sum of RGB (Red+Green+Blue) = 104+17+144=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #681190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681190 is #97EE6F. Grayscale: #393939. Windows color (decimal): -9956976 or 9441640. OLE color: 9441640.

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

Color convert

RGB 104 17 144 -
CMYK 0.28 0.88 0 0.44
HSL 281.1º 0.79% 0.32% -
HSV(B) 281.1º 0.88% 0.56% -
XYZ 10.94 5.36 26.84 -
YUV 57.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 104 17 144 0.28 0.88 0 0.44 281.1 0.79 0.32
Hex 68 11 90 1C 58 0 2C 119 4F 20
Octal 150 21 220 34 130 0 54 431 117 40
Binary 1101000 10001 10010000 11100 1011000 0 101100 100011001 1001111 100000

Color Harmonies of #681190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681190

Black with #681190

Text Example


Text Example

White with #681190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681190; }

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

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

background-color css

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

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

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

border-color css

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

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

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