#45418D

Color #45418D Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #45418D

Tints of Dark Slate Blue #45418D

Color information

#45418D (or 0x45418D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 8D. RGB value is (69,65,141). Sum of RGB (Red+Green+Blue) = 69+65+141=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #45418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45418D is #BABE72. Grayscale: #4A4A4A. Windows color (decimal): -12238451 or 9257285. OLE color: 9257285.

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

Color convert

RGB6965141-
CMYK0.510.5400.45
HSL243.16º36.89%40.39%-
HSV(B)243.16º53.9%55.29%-
XYZ9.156.9726.06-
YUV74.86165.33123.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=25.09%
G=23.64%
B=51.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69651410.510.5400.45243.1636.8940.39
Hex45418D333602Df32528
Octal10510121563660553634550
Binary1000101100000110001101110011110110010110111110011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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