#45129F

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

Shades of Indigo #45129F

Tints of Indigo #45129F

Color information

#45129F (or 0x45129F) is unknown color: approx Indigo. HEX triplet: 45, 12 and 9F. RGB value is (69,18,159). Sum of RGB (Red+Green+Blue) = 69+18+159=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #45129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129F is #BAED60. Grayscale: #303030. Windows color (decimal): -12250465 or 10424901. OLE color: 10424901.

HSL color Cylindrical-coordinate representation of color #45129F: hue angle of 261.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45129F is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6918159-
CMYK0.570.8900.38
HSL261.7º79.66%34.71%-
HSV(B)261.7º88.68%62.35%-
XYZ8.934.233.14-
YUV49.32189.9142.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=28.05%
G=7.32%
B=64.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69181590.570.8900.38261.779.6634.71
Hex45129F39590261065023
Octal105222377113104640612043
Binary10001011001010011111111001101100101001101000001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45129F; }

 p { color: rgb(69,18,159); }

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

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

 a { background-color: rgb(69,18,159); }

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

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

 span { border-color: rgb(69,18,159); }

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