#69118B

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

Shades of Indigo #69118B

Tints of Indigo #69118B

Color information

#69118B (or 0x69118B) is unknown color: approx Indigo. HEX triplet: 69, 11 and 8B. RGB value is (105,17,139). Sum of RGB (Red+Green+Blue) = 105+17+139=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #69118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69118B is #96EE74. Grayscale: #383838. Windows color (decimal): -9891445 or 9113961. OLE color: 9113961.

HSL color Cylindrical-coordinate representation of color #69118B: hue angle of 283.28º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69118B is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10517139-
CMYK0.240.8800.45
HSL283.28º78.21%30.59%-
HSV(B)283.28º87.77%54.51%-
XYZ10.695.2724.88-
YUV57.22174.15162.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=40.23%
G=6.51%
B=53.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105171390.240.8800.45283.2878.2130.59
Hex69118B185802D11b4e1f
Octal151212133013005543311637
Binary110100110001100010111100010110000101101100011011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69118B; }

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

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

<style>
 a { background-color: #69118B; }

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

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

<style>
 span { border-color: #69118B; }

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

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