#450D8B

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

Shades of Indigo #450D8B

Tints of Indigo #450D8B

Color information

#450D8B (or 0x450D8B) is unknown color: approx Indigo. HEX triplet: 45, 0D and 8B. RGB value is (69,13,139). Sum of RGB (Red+Green+Blue) = 69+13+139=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #450D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450D8B is #BAF274. Grayscale: #2B2B2B. Windows color (decimal): -12251765 or 9112901. OLE color: 9112901.

HSL color Cylindrical-coordinate representation of color #450D8B: hue angle of 266.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450D8B is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6913139-
CMYK0.500.9100.45
HSL266.67º82.89%29.8%-
HSV(B)266.67º90.65%54.51%-
XYZ7.263.4224.7-
YUV44.11181.55145.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=31.22%
G=5.88%
B=62.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69131390.500.9100.45266.6782.8929.8
Hex45D8B325B02D10b531e
Octal105152136213305541312336
Binary100010111011000101111001010110110101101100001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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