#68108D

Color #68108D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #68108D

Tints of Indigo #68108D

Color information

#68108D (or 0x68108D) is unknown color: approx Indigo. HEX triplet: 68, 10 and 8D. RGB value is (104,16,141). Sum of RGB (Red+Green+Blue) = 104+16+141=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #68108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68108D is #97EF72. Grayscale: #383838. Windows color (decimal): -9957235 or 9244776. OLE color: 9244776.

HSL color Cylindrical-coordinate representation of color #68108D: hue angle of 282.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68108D is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10416141-
CMYK0.260.8900.45
HSL282.24º79.62%30.78%-
HSV(B)282.24º88.65%55.29%-
XYZ10.75.2425.65-
YUV56.56175.65161.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=39.85%
G=6.13%
B=54.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104161410.260.8900.45282.2479.6230.78
Hex68108D1A5902D11a501f
Octal150202153213105543212037
Binary110100010000100011011101010110010101101100011010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68108D; }

 p { color: rgb(104,16,141); }

 H1.HeaderClassName
 {
   color: #68108D;
 }
 .AnyTagClassName
 {
   color: #68108D;
 }
</style>
background-color css

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

 a { background-color: rgb(104,16,141); }

 div.DivClassName
 {
   background-color: #68108D;
 }
 .BgClassName
 {
   background-color: #68108D;
 }
</style>
border-color css

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

 span { border-color: rgb(104,16,141); }

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