#69119A

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

Shades of Indigo #69119A

Tints of Indigo #69119A

Color information

#69119A (or 0x69119A) is unknown color: approx Indigo. HEX triplet: 69, 11 and 9A. RGB value is (105,17,154). Sum of RGB (Red+Green+Blue) = 105+17+154=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #69119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69119A is #96EE65. Grayscale: #3A3A3A. Windows color (decimal): -9891430 or 10097001. OLE color: 10097001.

HSL color Cylindrical-coordinate representation of color #69119A: hue angle of 278.54º 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 #69119A is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10517154-
CMYK0.320.8900.40
HSL278.54º80.12%33.53%-
HSV(B)278.54º88.96%60.39%-
XYZ11.865.7431.05-
YUV58.93181.65160.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=38.04%
G=6.16%
B=55.80%

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
Decimal105171540.320.8900.40278.5480.1233.53
Hex69119A20590281175022
Octal151212324013105042712042
Binary11010011000110011010100000101100101010001000101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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