#68158D

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

Shades of Indigo #68158D

Tints of Indigo #68158D

Color information

#68158D (or 0x68158D) is unknown color: approx Indigo. HEX triplet: 68, 15 and 8D. RGB value is (104,21,141). Sum of RGB (Red+Green+Blue) = 104+21+141=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #68158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158D is #97EA72. Grayscale: #3B3B3B. Windows color (decimal): -9955955 or 9246056. OLE color: 9246056.

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

Color convert

RGB10421141-
CMYK0.260.8500.45
HSL281.5º74.07%31.76%-
HSV(B)281.5º85.11%55.29%-
XYZ10.785.425.67-
YUV59.5174159.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=39.10%
G=7.89%
B=53.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104211410.260.8500.45281.574.0731.76
Hex68158D1A5502D11a4a20
Octal150252153212505543211240
Binary1101000101011000110111010101010101011011000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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