#68168E

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

Shades of Indigo #68168E

Tints of Indigo #68168E

Color information

#68168E (or 0x68168E) is unknown color: approx Indigo. HEX triplet: 68, 16 and 8E. RGB value is (104,22,142). Sum of RGB (Red+Green+Blue) = 104+22+142=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #68168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68168E is #97E971. Grayscale: #3B3B3B. Windows color (decimal): -9955698 or 9311848. OLE color: 9311848.

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

Color convert

RGB10422142-
CMYK0.270.8500.44
HSL281º73.17%32.16%-
HSV(B)281º84.51%55.69%-
XYZ10.885.4726.07-
YUV60.2174.17159.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=38.81%
G=8.21%
B=52.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104221420.270.8500.4428173.1732.16
Hex68168E1B5502C1194920
Octal150262163312505443111140
Binary1101000101101000111011011101010101011001000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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