#453A93

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

Shades of Dark Slate Blue #453A93

Tints of Dark Slate Blue #453A93

Color information

#453A93 (or 0x453A93) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 93. RGB value is (69,58,147). Sum of RGB (Red+Green+Blue) = 69+58+147=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #453A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A93 is #BAC56C. Grayscale: #474747. Windows color (decimal): -12240237 or 9648709. OLE color: 9648709.

HSL color Cylindrical-coordinate representation of color #453A93: hue angle of 247.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453A93 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6958147-
CMYK0.530.6100.42
HSL247.42º43.41%40.2%-
HSV(B)247.42º60.54%57.65%-
XYZ9.236.428.35-
YUV71.44170.64126.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=25.18%
G=21.17%
B=53.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69581470.530.6100.42247.4243.4140.2
Hex453A93353D02Af72b28
Octal1057222365750523675350
Binary100010111101010010011110101111101010101011110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A93; }

 p { color: rgb(69,58,147); }

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

<style>
 a { background-color: #453A93; }

 a { background-color: rgb(69,58,147); }

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

<style>
 span { border-color: #453A93; }

 span { border-color: rgb(69,58,147); }

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