#68158E

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

Shades of Indigo #68158E

Tints of Indigo #68158E

Color information

#68158E (or 0x68158E) is unknown color: approx Indigo. HEX triplet: 68, 15 and 8E. RGB value is (104,21,142). Sum of RGB (Red+Green+Blue) = 104+21+142=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #68158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158E is #97EA71. Grayscale: #3B3B3B. Windows color (decimal): -9955954 or 9311592. OLE color: 9311592.

HSL color Cylindrical-coordinate representation of color #68158E: hue angle of 281.16º degrees, saturation: 0.74, 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 #68158E is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10421142-
CMYK0.270.8500.44
HSL281.16º74.23%31.96%-
HSV(B)281.16º85.21%55.69%-
XYZ10.865.4326.07-
YUV59.61174.5159.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=38.95%
G=7.87%
B=53.18%

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
Decimal104211420.270.8500.44281.1674.2331.96
Hex68158E1B5502C1194a20
Octal150252163312505443111240
Binary1101000101011000111011011101010101011001000110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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