Html Css Color HEX #681586 Indigo

📋 copy color: '#681586'

red 104 ◦ green 21 ◦ blue 134

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

Shades of Indigo #681586

Tints of Indigo #681586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 40.15%
G = 8.11%
B = 51.74%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681586 (or 0x681586) is known color: Indigo. HEX triplet: 68, 15 and 86. RGB value is (104,21,134). Sum of RGB (Red+Green+Blue) = 104+21+134=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #681586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681586 is #97EA79. Grayscale: #3A3A3A. Windows color (decimal): -9955962 or 8787304. OLE color: 8787304.

HSL color Cylindrical-coordinate representation of color #681586: hue angle of 284.07º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681586 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 21 134 -
CMYK 0.22 0.84 0 0.47
HSL 284.07º 0.73% 0.3% -
HSV(B) 284.07º 0.84% 0.53% -
XYZ 10.28 5.2 23.02 -
YUV 58.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 104 21 134 0.22 0.84 0 0.47 284.07 0.73 0.3
Hex 68 15 86 16 54 0 2F 11C 49 1E
Octal 150 25 206 26 124 0 57 434 111 36
Binary 1101000 10101 10000110 10110 1010100 0 101111 100011100 1001001 11110

Color Harmonies of #681586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681586

Black with #681586

Text Example


Text Example

White with #681586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681586; }

 p { color: rgb(104,21,134); }

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

background-color css

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

 a { background-color: rgb(104,21,134); }

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

border-color css

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

 span { border-color: rgb(104,21,134); }

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