Html Css Color HEX #681793 Indigo

📋 copy color: '#681793'

red 104 ◦ green 23 ◦ blue 147

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

Shades of Indigo #681793

Tints of Indigo #681793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 37.96%
G = 8.39%
B = 53.65%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681793 (or 0x681793) is known color: Indigo. HEX triplet: 68, 17 and 93. RGB value is (104,23,147). Sum of RGB (Red+Green+Blue) = 104+23+147=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #681793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681793 is #97E86C. Grayscale: #3C3C3C. Windows color (decimal): -9955437 or 9639784. OLE color: 9639784.

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

Color convert

RGB 104 23 147 -
CMYK 0.29 0.84 0 0.42
HSL 279.19º 0.73% 0.33% -
HSV(B) 279.19º 0.84% 0.58% -
XYZ 11.28 5.66 28.1 -
YUV 61.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 104 23 147 0.29 0.84 0 0.42 279.19 0.73 0.33
Hex 68 17 93 1D 54 0 2A 117 49 21
Octal 150 27 223 35 124 0 52 427 111 41
Binary 1101000 10111 10010011 11101 1010100 0 101010 100010111 1001001 100001

Color Harmonies of #681793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681793

Black with #681793

Text Example


Text Example

White with #681793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681793; }

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

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

background-color css

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

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

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

border-color css

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

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

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