#450996

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

Shades of Indigo #450996

Tints of Indigo #450996

Color information

#450996 (or 0x450996) is unknown color: approx Indigo. HEX triplet: 45, 09 and 96. RGB value is (69,9,150). Sum of RGB (Red+Green+Blue) = 69+9+150=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #450996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450996 is #BAF669. Grayscale: #2A2A2A. Windows color (decimal): -12252778 or 9832773. OLE color: 9832773.

HSL color Cylindrical-coordinate representation of color #450996: hue angle of 265.53º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450996 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB699150-
CMYK0.540.9400.41
HSL265.53º88.68%31.18%-
HSV(B)265.53º94%58.82%-
XYZ8.063.6629.14-
YUV43.01188.38146.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=30.26%
G=3.95%
B=65.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6991500.540.9400.41265.5388.6831.18
Hex45996365E02910a591f
Octal105112266613605141213137
Binary100010110011001011011011010111100101001100001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450996; }

 p { color: rgb(69,9,150); }

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

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

 a { background-color: rgb(69,9,150); }

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

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

 span { border-color: rgb(69,9,150); }

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