#45098D

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

Shades of Indigo #45098D

Tints of Indigo #45098D

Color information

#45098D (or 0x45098D) is unknown color: approx Indigo. HEX triplet: 45, 09 and 8D. RGB value is (69,9,141). Sum of RGB (Red+Green+Blue) = 69+9+141=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #45098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45098D is #BAF672. Grayscale: #292929. Windows color (decimal): -12252787 or 9242949. OLE color: 9242949.

HSL color Cylindrical-coordinate representation of color #45098D: hue angle of 267.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45098D is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB699141-
CMYK0.510.9400.45
HSL267.27º88%29.41%-
HSV(B)267.27º93.62%55.29%-
XYZ7.363.3825.46-
YUV41.99183.88147.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=31.51%
G=4.11%
B=64.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6991410.510.9400.45267.278829.41
Hex4598D335E02D10b581d
Octal105112156313605541313035
Binary100010110011000110111001110111100101101100001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45098D; }

 p { color: rgb(69,9,141); }

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

<style>
 a { background-color: #45098D; }

 a { background-color: rgb(69,9,141); }

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

<style>
 span { border-color: #45098D; }

 span { border-color: rgb(69,9,141); }

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