Html Css Color HEX #681295 Indigo

📋 copy color: '#681295'

red 104 ◦ green 18 ◦ blue 149

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

Shades of Indigo #681295

Tints of Indigo #681295

RGB

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

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

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

R = 38.38%
G = 6.64%
B = 54.98%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681295 (or 0x681295) is known color: Indigo. HEX triplet: 68, 12 and 95. RGB value is (104,18,149). Sum of RGB (Red+Green+Blue) = 104+18+149=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #681295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681295 is #97ED6A. Grayscale: #3A3A3A. Windows color (decimal): -9956715 or 9769576. OLE color: 9769576.

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

Color convert

RGB 104 18 149 -
CMYK 0.30 0.88 0 0.42
HSL 279.39º 0.78% 0.33% -
HSV(B) 279.39º 0.88% 0.58% -
XYZ 11.35 5.55 28.91 -
YUV 58.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 104 18 149 0.30 0.88 0 0.42 279.39 0.78 0.33
Hex 68 12 95 1E 58 0 2A 117 4E 21
Octal 150 22 225 36 130 0 52 427 116 41
Binary 1101000 10010 10010101 11110 1011000 0 101010 100010111 1001110 100001

Color Harmonies of #681295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681295

Black with #681295

Text Example


Text Example

White with #681295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681295; }

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

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

background-color css

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

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

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

border-color css

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

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

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