Html Css Color HEX #681291 Indigo

📋 copy color: '#681291'

red 104 ◦ green 18 ◦ blue 145

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

Shades of Indigo #681291

Tints of Indigo #681291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 38.95%
G = 6.74%
B = 54.31%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#681291 (or 0x681291) is known color: Indigo. HEX triplet: 68, 12 and 91. RGB value is (104,18,145). Sum of RGB (Red+Green+Blue) = 104+18+145=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #681291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681291 is #97ED6E. Grayscale: #393939. Windows color (decimal): -9956719 or 9507432. OLE color: 9507432.

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

Color convert

RGB 104 18 145 -
CMYK 0.28 0.88 0 0.43
HSL 280.63º 0.78% 0.32% -
HSV(B) 280.63º 0.88% 0.57% -
XYZ 11.04 5.42 27.25 -
YUV 58.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 104 18 145 0.28 0.88 0 0.43 280.63 0.78 0.32
Hex 68 12 91 1C 58 0 2B 119 4E 20
Octal 150 22 221 34 130 0 53 431 116 40
Binary 1101000 10010 10010001 11100 1011000 0 101011 100011001 1001110 100000

Color Harmonies of #681291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681291

Black with #681291

Text Example


Text Example

White with #681291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681291; }

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

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

background-color css

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

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

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

border-color css

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

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

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