#450A6A

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

Shades of Indigo #450A6A

Tints of Indigo #450A6A

Color information

#450A6A (or 0x450A6A) is unknown color: approx Indigo. HEX triplet: 45, 0A and 6A. RGB value is (69,10,106). Sum of RGB (Red+Green+Blue) = 69+10+106=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #450A6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A6A is #BAF595. Grayscale: #262626. Windows color (decimal): -12252566 or 6949445. OLE color: 6949445.

HSL color Cylindrical-coordinate representation of color #450A6A: hue angle of 276.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450A6A is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6910106-
CMYK0.350.9100.58
HSL276.88º82.76%22.75%-
HSV(B)276.88º90.57%41.57%-
XYZ5.162.5213.85-
YUV38.58166.05149.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=37.30%
G=5.41%
B=57.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69101060.350.9100.58276.8882.7622.75
Hex45A6A235B03A1155317
Octal105121524313307242512327
Binary10001011010110101010001110110110111010100010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A6A; }

 p { color: rgb(69,10,106); }

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

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

 a { background-color: rgb(69,10,106); }

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

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

 span { border-color: rgb(69,10,106); }

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