#451069

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

Shades of Indigo #451069

Tints of Indigo #451069

Color information

#451069 (or 0x451069) is unknown color: approx Indigo. HEX triplet: 45, 10 and 69. RGB value is (69,16,105). Sum of RGB (Red+Green+Blue) = 69+16+105=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #451069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451069 is #BAEF96. Grayscale: #292929. Windows color (decimal): -12251031 or 6885445. OLE color: 6885445.

HSL color Cylindrical-coordinate representation of color #451069: hue angle of 275.73º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451069 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6916105-
CMYK0.340.8500.59
HSL275.73º73.55%23.73%-
HSV(B)275.73º84.76%41.18%-
XYZ5.192.6613.6-
YUV41.99163.56147.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=36.32%
G=8.42%
B=55.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69161050.340.8500.59275.7373.5523.73
Hex451069225503B1144a18
Octal105201514212507342411230
Binary100010110000110100110001010101010111011100010100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451069; }

 p { color: rgb(69,16,105); }

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

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

 a { background-color: rgb(69,16,105); }

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

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

 span { border-color: rgb(69,16,105); }

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