Html Css Color HEX #681494 Indigo

📋 copy color: '#681494'

red 104 ◦ green 20 ◦ blue 148

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

Shades of Indigo #681494

Tints of Indigo #681494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 38.24%
G = 7.35%
B = 54.41%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681494 (or 0x681494) is known color: Indigo. HEX triplet: 68, 14 and 94. RGB value is (104,20,148). Sum of RGB (Red+Green+Blue) = 104+20+148=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #681494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681494 is #97EB6B. Grayscale: #3B3B3B. Windows color (decimal): -9956204 or 9704552. OLE color: 9704552.

HSL color Cylindrical-coordinate representation of color #681494: hue angle of 279.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681494 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 20 148 -
CMYK 0.30 0.86 0 0.42
HSL 279.38º 0.76% 0.33% -
HSV(B) 279.38º 0.86% 0.58% -
XYZ 11.3 5.58 28.5 -
YUV 59.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 104 20 148 0.30 0.86 0 0.42 279.38 0.76 0.33
Hex 68 14 94 1E 56 0 2A 117 4C 21
Octal 150 24 224 36 126 0 52 427 114 41
Binary 1101000 10100 10010100 11110 1010110 0 101010 100010111 1001100 100001

Color Harmonies of #681494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681494

Black with #681494

Text Example


Text Example

White with #681494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681494; }

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

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

background-color css

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

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

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

border-color css

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

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

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