#450D7A

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

Shades of Indigo #450D7A

Tints of Indigo #450D7A

Color information

#450D7A (or 0x450D7A) is unknown color: approx Indigo. HEX triplet: 45, 0D and 7A. RGB value is (69,13,122). Sum of RGB (Red+Green+Blue) = 69+13+122=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #450D7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D7A is #BAF285. Grayscale: #292929. Windows color (decimal): -12251782 or 7998789. OLE color: 7998789.

HSL color Cylindrical-coordinate representation of color #450D7A: hue angle of 270.83º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450D7A is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6913122-
CMYK0.430.8900.52
HSL270.83º80.74%26.47%-
HSV(B)270.83º89.34%47.84%-
XYZ6.112.9618.66-
YUV42.17173.05147.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=33.82%
G=6.37%
B=59.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69131220.430.8900.52270.8380.7426.47
Hex45D7A2B5903410f511a
Octal105151725313106441712132
Binary10001011101111101010101110110010110100100001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,13,122); }

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

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

 a { background-color: rgb(69,13,122); }

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

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

 span { border-color: rgb(69,13,122); }

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