#45159F

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

Shades of Indigo #45159F

Tints of Indigo #45159F

Color information

#45159F (or 0x45159F) is unknown color: approx Indigo. HEX triplet: 45, 15 and 9F. RGB value is (69,21,159). Sum of RGB (Red+Green+Blue) = 69+21+159=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #45159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45159F is #BAEA60. Grayscale: #323232. Windows color (decimal): -12249697 or 10425669. OLE color: 10425669.

HSL color Cylindrical-coordinate representation of color #45159F: hue angle of 260.87º degrees, saturation: 0.77, 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 #45159F is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6921159-
CMYK0.570.8700.38
HSL260.87º76.67%35.29%-
HSV(B)260.87º86.79%62.35%-
XYZ8.984.333.16-
YUV51.08188.9140.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=27.71%
G=8.43%
B=63.86%

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
Decimal69211590.570.8700.38260.8776.6735.29
Hex45159F39570261054d23
Octal105252377112704640511543
Binary10001011010110011111111001101011101001101000001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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