#45149F

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

Shades of Indigo #45149F

Tints of Indigo #45149F

Color information

#45149F (or 0x45149F) is unknown color: approx Indigo. HEX triplet: 45, 14 and 9F. RGB value is (69,20,159). Sum of RGB (Red+Green+Blue) = 69+20+159=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #45149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45149F is #BAEB60. Grayscale: #313131. Windows color (decimal): -12249953 or 10425413. OLE color: 10425413.

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

Color convert

RGB6920159-
CMYK0.570.8700.38
HSL261.15º77.65%35.1%-
HSV(B)261.15º87.42%62.35%-
XYZ8.964.2733.15-
YUV50.5189.23141.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=27.82%
G=8.06%
B=64.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69201590.570.8700.38261.1577.6535.1
Hex45149F39570261054e23
Octal105242377112704640511643
Binary10001011010010011111111001101011101001101000001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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