#69049E

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

Shades of Indigo #69049E

Tints of Indigo #69049E

Color information

#69049E (or 0x69049E) is unknown color: approx Indigo. HEX triplet: 69, 04 and 9E. RGB value is (105,4,158). Sum of RGB (Red+Green+Blue) = 105+4+158=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #69049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69049E is #96FB61. Grayscale: #333333. Windows color (decimal): -9894754 or 10355817. OLE color: 10355817.

HSL color Cylindrical-coordinate representation of color #69049E: hue angle of 279.35º 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 #69049E is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1054158-
CMYK0.340.9700.38
HSL279.35º95.06%31.76%-
HSV(B)279.35º97.47%61.96%-
XYZ12.045.5632.79-
YUV51.76187.96165.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=39.33%
G=1.50%
B=59.18%

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
Decimal10541580.340.9700.38279.3595.0631.76
Hex6949E22610261175f20
Octal15142364214104642713740
Binary110100110010011110100010110000101001101000101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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