Html Css Color HEX #681194 Indigo

📋 copy color: '#681194'

red 104 ◦ green 17 ◦ blue 148

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

Shades of Indigo #681194

Tints of Indigo #681194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 38.66%
G = 6.32%
B = 55.02%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681194 (or 0x681194) is known color: Indigo. HEX triplet: 68, 11 and 94. RGB value is (104,17,148). Sum of RGB (Red+Green+Blue) = 104+17+148=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #681194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681194 is #97EE6B. Grayscale: #393939. Windows color (decimal): -9956972 or 9703784. OLE color: 9703784.

HSL color Cylindrical-coordinate representation of color #681194: hue angle of 279.85º degrees, saturation: 0.79, 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 #681194 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 17 148 -
CMYK 0.30 0.89 0 0.42
HSL 279.85º 0.79% 0.32% -
HSV(B) 279.85º 0.89% 0.58% -
XYZ 11.25 5.48 28.48 -
YUV 57.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 104 17 148 0.30 0.89 0 0.42 279.85 0.79 0.32
Hex 68 11 94 1E 59 0 2A 118 4F 20
Octal 150 21 224 36 131 0 52 430 117 40
Binary 1101000 10001 10010100 11110 1011001 0 101010 100011000 1001111 100000

Color Harmonies of #681194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681194

Black with #681194

Text Example


Text Example

White with #681194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681194; }

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

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

background-color css

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

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

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

border-color css

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

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

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