#45008B

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

Shades of Indigo #45008B

Tints of Indigo #45008B

Color information

#45008B (or 0x45008B) is unknown color: approx Indigo. HEX triplet: 45, 00 and 8B. RGB value is (69,0,139). Sum of RGB (Red+Green+Blue) = 69+0+139=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #45008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45008B is #BAFF74. Grayscale: #232323. Windows color (decimal): -12255093 or 9109573. OLE color: 9109573.

HSL color Cylindrical-coordinate representation of color #45008B: hue angle of 269.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45008B is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB690139-
CMYK0.50100.45
HSL269.78º100%27.25%-
HSV(B)269.78º100%54.51%-
XYZ7.113.1324.66-
YUV36.48185.86151.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 66.83%
R=33.17%
G=0%
B=66.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6901390.50100.45269.7810027.25
Hex4508B326402D10e641b
Octal10502136214405541614433
Binary100010101000101111001011001000101101100001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45008B; }

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

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

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

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

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

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

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

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