#450F6D

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

Shades of Indigo #450F6D

Tints of Indigo #450F6D

Color information

#450F6D (or 0x450F6D) is unknown color: approx Indigo. HEX triplet: 45, 0F and 6D. RGB value is (69,15,109). Sum of RGB (Red+Green+Blue) = 69+15+109=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #450F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F6D is #BAF092. Grayscale: #292929. Windows color (decimal): -12251283 or 7147333. OLE color: 7147333.

HSL color Cylindrical-coordinate representation of color #450F6D: hue angle of 274.47º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450F6D is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6915109-
CMYK0.370.8600.57
HSL274.47º75.81%24.31%-
HSV(B)274.47º86.24%42.75%-
XYZ5.392.7114.71-
YUV41.86165.89147.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=35.75%
G=7.77%
B=56.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69151090.370.8600.57274.4775.8124.31
Hex45F6D25560391124c18
Octal105171554512607142211430
Binary10001011111110110110010110101100111001100010010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,109); }

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

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

 a { background-color: rgb(69,15,109); }

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

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

 span { border-color: rgb(69,15,109); }

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