#69049F

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

Shades of Indigo #69049F

Tints of Indigo #69049F

Color information

#69049F (or 0x69049F) is unknown color: approx Indigo. HEX triplet: 69, 04 and 9F. RGB value is (105,4,159). Sum of RGB (Red+Green+Blue) = 105+4+159=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #69049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69049F is #96FB60. Grayscale: #333333. Windows color (decimal): -9894753 or 10421353. OLE color: 10421353.

HSL color Cylindrical-coordinate representation of color #69049F: hue angle of 279.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69049F is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1054159-
CMYK0.340.9700.38
HSL279.1º95.09%31.96%-
HSV(B)279.1º97.48%62.35%-
XYZ12.135.5933.24-
YUV51.87188.46165.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=39.18%
G=1.49%
B=59.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10541590.340.9700.38279.195.0931.96
Hex6949F22610261175f20
Octal15142374214104642713740
Binary110100110010011111100010110000101001101000101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69049F; }

 p { color: rgb(105,4,159); }

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

<style>
 a { background-color: #69049F; }

 a { background-color: rgb(105,4,159); }

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

<style>
 span { border-color: #69049F; }

 span { border-color: rgb(105,4,159); }

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