Html Css Color HEX #681293 Indigo

📋 copy color: '#681293'

red 104 ◦ green 18 ◦ blue 147

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

Shades of Indigo #681293

Tints of Indigo #681293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 38.66%
G = 6.69%
B = 54.65%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681293 (or 0x681293) is known color: Indigo. HEX triplet: 68, 12 and 93. RGB value is (104,18,147). Sum of RGB (Red+Green+Blue) = 104+18+147=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #681293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681293 is #97ED6C. Grayscale: #393939. Windows color (decimal): -9956717 or 9638504. OLE color: 9638504.

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

Color convert

RGB 104 18 147 -
CMYK 0.29 0.88 0 0.42
HSL 280º 0.78% 0.32% -
HSV(B) 280º 0.88% 0.58% -
XYZ 11.19 5.48 28.07 -
YUV 58.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 104 18 147 0.29 0.88 0 0.42 280 0.78 0.32
Hex 68 12 93 1D 58 0 2A 118 4E 20
Octal 150 22 223 35 130 0 52 430 116 40
Binary 1101000 10010 10010011 11101 1011000 0 101010 100011000 1001110 100000

Color Harmonies of #681293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681293

Black with #681293

Text Example


Text Example

White with #681293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681293; }

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

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

background-color css

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

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

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

border-color css

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

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

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