#69158D

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

Shades of Indigo #69158D

Tints of Indigo #69158D

Color information

#69158D (or 0x69158D) is unknown color: approx Indigo. HEX triplet: 69, 15 and 8D. RGB value is (105,21,141). Sum of RGB (Red+Green+Blue) = 105+21+141=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #69158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69158D is #96EA72. Grayscale: #3B3B3B. Windows color (decimal): -9890419 or 9246057. OLE color: 9246057.

HSL color Cylindrical-coordinate representation of color #69158D: hue angle of 282º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69158D is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10521141-
CMYK0.260.8500.45
HSL282º74.07%31.76%-
HSV(B)282º85.11%55.29%-
XYZ10.95.4625.68-
YUV59.8173.83160.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=39.33%
G=7.87%
B=52.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105211410.260.8500.4528274.0731.76
Hex69158D1A5502D11a4a20
Octal151252153212505543211240
Binary1101001101011000110111010101010101011011000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69158D; }

 p { color: rgb(105,21,141); }

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

<style>
 a { background-color: #69158D; }

 a { background-color: rgb(105,21,141); }

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

<style>
 span { border-color: #69158D; }

 span { border-color: rgb(105,21,141); }

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