#68129E

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

Shades of Indigo #68129E

Tints of Indigo #68129E

Color information

#68129E (or 0x68129E) is unknown color: approx Indigo. HEX triplet: 68, 12 and 9E. RGB value is (104,18,158). Sum of RGB (Red+Green+Blue) = 104+18+158=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #68129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68129E is #97ED61. Grayscale: #3B3B3B. Windows color (decimal): -9956706 or 10359400. OLE color: 10359400.

HSL color Cylindrical-coordinate representation of color #68129E: hue angle of 276.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68129E is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10418158-
CMYK0.340.8900.38
HSL276.86º79.55%34.51%-
HSV(B)276.86º88.61%61.96%-
XYZ12.15.8432.84-
YUV59.67183.49159.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=37.14%
G=6.43%
B=56.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104181580.340.8900.38276.8679.5534.51
Hex68129E22590261155023
Octal150222364213104642512043
Binary11010001001010011110100010101100101001101000101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,18,158); }

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

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

 a { background-color: rgb(104,18,158); }

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

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

 span { border-color: rgb(104,18,158); }

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