#68018E

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

Shades of Indigo #68018E

Tints of Indigo #68018E

Color information

#68018E (or 0x68018E) is unknown color: approx Indigo. HEX triplet: 68, 01 and 8E. RGB value is (104,1,142). Sum of RGB (Red+Green+Blue) = 104+1+142=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #68018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68018E is #97FE71. Grayscale: #2F2F2F. Windows color (decimal): -9961074 or 9306472. OLE color: 9306472.

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

Color convert

RGB1041142-
CMYK0.270.9900.44
HSL283.83º98.6%28.04%-
HSV(B)283.83º99.3%55.69%-
XYZ10.64.9225.98-
YUV47.87181.12168.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=42.11%
G=0.40%
B=57.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10411420.270.9900.44283.8398.628.04
Hex6818E1B6302C11c631c
Octal15012163314305443414334
Binary11010001100011101101111000110101100100011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68018E; }

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

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

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

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

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

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

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

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