#68119A

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

Shades of Indigo #68119A

Tints of Indigo #68119A

Color information

#68119A (or 0x68119A) is unknown color: approx Indigo. HEX triplet: 68, 11 and 9A. RGB value is (104,17,154). Sum of RGB (Red+Green+Blue) = 104+17+154=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #68119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68119A is #97EE65. Grayscale: #3A3A3A. Windows color (decimal): -9956966 or 10097000. OLE color: 10097000.

HSL color Cylindrical-coordinate representation of color #68119A: hue angle of 278.1º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68119A is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10417154-
CMYK0.320.8900.40
HSL278.1º80.12%33.53%-
HSV(B)278.1º88.96%60.39%-
XYZ11.745.6831.05-
YUV58.63181.82160.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 154 (60.55% from 255) = 56%
R=37.82%
G=6.18%
B=56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104171540.320.8900.40278.180.1233.53
Hex68119A20590281165022
Octal150212324013105042612042
Binary11010001000110011010100000101100101010001000101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,17,154); }

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

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

 a { background-color: rgb(104,17,154); }

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

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

 span { border-color: rgb(104,17,154); }

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