Html Css Color HEX #681393 Indigo

📋 copy color: '#681393'

red 104 ◦ green 19 ◦ blue 147

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

Shades of Indigo #681393

Tints of Indigo #681393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 38.52%
G = 7.04%
B = 54.44%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681393 (or 0x681393) is known color: Indigo. HEX triplet: 68, 13 and 93. RGB value is (104,19,147). Sum of RGB (Red+Green+Blue) = 104+19+147=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #681393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681393 is #97EC6C. Grayscale: #3A3A3A. Windows color (decimal): -9956461 or 9638760. OLE color: 9638760.

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

Color convert

RGB 104 19 147 -
CMYK 0.29 0.87 0 0.42
HSL 279.84º 0.77% 0.33% -
HSV(B) 279.84º 0.87% 0.58% -
XYZ 11.21 5.52 28.08 -
YUV 59.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 104 19 147 0.29 0.87 0 0.42 279.84 0.77 0.33
Hex 68 13 93 1D 57 0 2A 118 4D 21
Octal 150 23 223 35 127 0 52 430 115 41
Binary 1101000 10011 10010011 11101 1010111 0 101010 100011000 1001101 100001

Color Harmonies of #681393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681393

Black with #681393

Text Example


Text Example

White with #681393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681393; }

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

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

background-color css

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

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

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

border-color css

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

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

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