#450B8B

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

Shades of Indigo #450B8B

Tints of Indigo #450B8B

Color information

#450B8B (or 0x450B8B) is unknown color: approx Indigo. HEX triplet: 45, 0B and 8B. RGB value is (69,11,139). Sum of RGB (Red+Green+Blue) = 69+11+139=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #450B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450B8B is #BAF474. Grayscale: #2A2A2A. Windows color (decimal): -12252277 or 9112389. OLE color: 9112389.

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

Color convert

RGB6911139-
CMYK0.500.9200.45
HSL267.19º85.33%29.41%-
HSV(B)267.19º92.09%54.51%-
XYZ7.233.3724.7-
YUV42.93182.22146.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=31.51%
G=5.02%
B=63.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69111390.500.9200.45267.1985.3329.41
Hex45B8B325C02D10b551d
Octal105132136213405541312535
Binary100010110111000101111001010111000101101100001011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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