#68168A

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

Shades of Indigo #68168A

Tints of Indigo #68168A

Color information

#68168A (or 0x68168A) is unknown color: approx Indigo. HEX triplet: 68, 16 and 8A. RGB value is (104,22,138). Sum of RGB (Red+Green+Blue) = 104+22+138=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #68168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68168A is #97E975. Grayscale: #3B3B3B. Windows color (decimal): -9955702 or 9049704. OLE color: 9049704.

HSL color Cylindrical-coordinate representation of color #68168A: hue angle of 282.41º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68168A is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10422138-
CMYK0.250.8400.46
HSL282.41º72.5%31.37%-
HSV(B)282.41º84.06%54.12%-
XYZ10.585.3524.52-
YUV59.74172.17159.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=39.39%
G=8.33%
B=52.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104221380.250.8400.46282.4172.531.37
Hex68168A195402E11a481f
Octal150262123112405643211037
Binary110100010110100010101100110101000101110100011010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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