#68118e

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

Shades of Indigo #68118E

Tints of Indigo #68118E

Color information

#68118E (or 0x68118E) is unknown color: approx Indigo. HEX triplet: 68, 11 and 8E. RGB value is (104,17,142). Sum of RGB (Red+Green+Blue) = 104+17+142=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #68118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68118E is #97EE71. Grayscale: #383838. Windows color (decimal): -9956978 or 9310568. OLE color: 9310568.

HSL color Cylindrical-coordinate representation of color #68118E: hue angle of 281.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68118E is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10417142-
CMYK0.270.8800.44
HSL281.76º78.62%31.18%-
HSV(B)281.76º88.03%55.69%-
XYZ10.795.326.04-
YUV57.26175.82161.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=39.54%
G=6.46%
B=53.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104171420.270.8800.44281.7678.6231.18
Hex68118E1B5802C11a4f1f
Octal150212163313005443211737
Binary110100010001100011101101110110000101100100011010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68118e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68118e; }

 p { color: rgb(104,17,142); }

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

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

 a { background-color: rgb(104,17,142); }

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

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

 span { border-color: rgb(104,17,142); }

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