#45169F

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

Shades of Indigo #45169F

Tints of Indigo #45169F

Color information

#45169F (or 0x45169F) is unknown color: approx Indigo. HEX triplet: 45, 16 and 9F. RGB value is (69,22,159). Sum of RGB (Red+Green+Blue) = 69+22+159=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #45169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45169F is #BAE960. Grayscale: #333333. Windows color (decimal): -12249441 or 10425925. OLE color: 10425925.

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

Color convert

RGB6922159-
CMYK0.570.8600.38
HSL260.58º75.69%35.49%-
HSV(B)260.58º86.16%62.35%-
XYZ94.3433.16-
YUV51.67188.57140.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 159 (62.5% from 255) = 63.6%
R=27.6%
G=8.8%
B=63.6%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69221590.570.8600.38260.5875.6935.49
Hex45169F39560261054c23
Octal105262377112604640511443
Binary10001011011010011111111001101011001001101000001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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