Html Css Color HEX #681795 Indigo

📋 copy color: '#681795'

red 104 ◦ green 23 ◦ blue 149

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

Shades of Indigo #681795

Tints of Indigo #681795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 37.68%
G = 8.33%
B = 53.99%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681795 (or 0x681795) is known color: Indigo. HEX triplet: 68, 17 and 95. RGB value is (104,23,149). Sum of RGB (Red+Green+Blue) = 104+23+149=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #681795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681795 is #97E86A. Grayscale: #3D3D3D. Windows color (decimal): -9955435 or 9770856. OLE color: 9770856.

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

Color convert

RGB 104 23 149 -
CMYK 0.30 0.85 0 0.42
HSL 278.57º 0.73% 0.34% -
HSV(B) 278.57º 0.85% 0.58% -
XYZ 11.44 5.73 28.94 -
YUV 61.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 104 23 149 0.30 0.85 0 0.42 278.57 0.73 0.34
Hex 68 17 95 1E 55 0 2A 117 49 22
Octal 150 27 225 36 125 0 52 427 111 42
Binary 1101000 10111 10010101 11110 1010101 0 101010 100010111 1001001 100010

Color Harmonies of #681795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681795

Black with #681795

Text Example


Text Example

White with #681795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681795; }

 p { color: rgb(104,23,149); }

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

background-color css

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

 a { background-color: rgb(104,23,149); }

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

border-color css

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

 span { border-color: rgb(104,23,149); }

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