#68118D

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

Shades of Indigo #68118D

Tints of Indigo #68118D

Color information

#68118D (or 0x68118D) is unknown color: approx Indigo. HEX triplet: 68, 11 and 8D. RGB value is (104,17,141). Sum of RGB (Red+Green+Blue) = 104+17+141=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #68118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68118D is #97EE72. Grayscale: #383838. Windows color (decimal): -9956979 or 9245032. OLE color: 9245032.

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

Color convert

RGB10417141-
CMYK0.260.8800.45
HSL282.1º78.48%30.98%-
HSV(B)282.1º87.94%55.29%-
XYZ10.725.2725.65-
YUV57.15175.32161.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=39.69%
G=6.49%
B=53.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104171410.260.8800.45282.178.4830.98
Hex68118D1A5802D11a4e1f
Octal150212153213005543211637
Binary110100010001100011011101010110000101101100011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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