#453991

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

Shades of Dark Slate Blue #453991

Tints of Dark Slate Blue #453991

Color information

#453991 (or 0x453991) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 91. RGB value is (69,57,145). Sum of RGB (Red+Green+Blue) = 69+57+145=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #453991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453991 is #BAC66E. Grayscale: #464646. Windows color (decimal): -12240495 or 9517381. OLE color: 9517381.

HSL color Cylindrical-coordinate representation of color #453991: hue angle of 248.18º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453991 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6957145-
CMYK0.520.6100.43
HSL248.18º43.56%39.61%-
HSV(B)248.18º60.69%56.86%-
XYZ9.036.2427.52-
YUV70.62169.98126.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=25.46%
G=21.03%
B=53.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69571450.520.6100.43248.1843.5639.61
Hex453991343D02Bf82c28
Octal1057122164750533705450
Binary100010111100110010001110100111101010101111111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453991; }

 p { color: rgb(69,57,145); }

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

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

 a { background-color: rgb(69,57,145); }

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

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

 span { border-color: rgb(69,57,145); }

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