#450B9B

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

Shades of Indigo #450B9B

Tints of Indigo #450B9B

Color information

#450B9B (or 0x450B9B) is unknown color: approx Indigo. HEX triplet: 45, 0B and 9B. RGB value is (69,11,155). Sum of RGB (Red+Green+Blue) = 69+11+155=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #450B9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450B9B is #BAF464. Grayscale: #2C2C2C. Windows color (decimal): -12252261 or 10160965. OLE color: 10160965.

HSL color Cylindrical-coordinate representation of color #450B9B: hue angle of 264.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450B9B is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6911155-
CMYK0.550.9300.39
HSL264.17º86.75%32.55%-
HSV(B)264.17º92.9%60.78%-
XYZ8.493.8731.31-
YUV44.76190.22145.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=29.36%
G=4.68%
B=65.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69111550.550.9300.39264.1786.7532.55
Hex45B9B375D0271085721
Octal105132336713504741012741
Binary1000101101110011011110111101110101001111000010001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,11,155); }

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

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

 a { background-color: rgb(69,11,155); }

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

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

 span { border-color: rgb(69,11,155); }

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