#45109B

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

Shades of Indigo #45109B

Tints of Indigo #45109B

Color information

#45109B (or 0x45109B) is unknown color: approx Indigo. HEX triplet: 45, 10 and 9B. RGB value is (69,16,155). Sum of RGB (Red+Green+Blue) = 69+16+155=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #45109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45109B is #BAEF64. Grayscale: #2F2F2F. Windows color (decimal): -12250981 or 10162245. OLE color: 10162245.

HSL color Cylindrical-coordinate representation of color #45109B: hue angle of 262.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45109B is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6916155-
CMYK0.550.9000.39
HSL262.88º81.29%33.53%-
HSV(B)262.88º89.68%60.78%-
XYZ8.56431.33-
YUV47.69188.56143.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=28.75%
G=6.67%
B=64.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69161550.550.9000.39262.8881.2933.53
Hex45109B375A0271075122
Octal105202336713204740712142
Binary10001011000010011011110111101101001001111000001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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