#453787

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

Shades of Dark Slate Blue #453787

Tints of Dark Slate Blue #453787

Color information

#453787 (or 0x453787) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 37 and 87. RGB value is (69,55,135). Sum of RGB (Red+Green+Blue) = 69+55+135=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #453787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453787 is #BAC878. Grayscale: #434343. Windows color (decimal): -12241017 or 8861509. OLE color: 8861509.

HSL color Cylindrical-coordinate representation of color #453787: hue angle of 250.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453787 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6955135-
CMYK0.490.5900.47
HSL250.5º42.11%37.25%-
HSV(B)250.5º59.26%52.94%-
XYZ8.195.7523.6-
YUV68.31165.64128.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=26.64%
G=21.24%
B=52.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69551350.490.5900.47250.542.1137.25
Hex453787313B02Ffa2a25
Octal1056720761730573725245
Binary100010111011110000111110001111011010111111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453787; }

 p { color: rgb(69,55,135); }

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

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

 a { background-color: rgb(69,55,135); }

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

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

 span { border-color: rgb(69,55,135); }

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