#453580

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

Shades of Dark Slate Blue #453580

Tints of Dark Slate Blue #453580

Color information

#453580 (or 0x453580) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 35 and 80. RGB value is (69,53,128). Sum of RGB (Red+Green+Blue) = 69+53+128=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #453580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453580 is #BACA7F. Grayscale: #424242. Windows color (decimal): -12241536 or 8402245. OLE color: 8402245.

HSL color Cylindrical-coordinate representation of color #453580: hue angle of 252.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453580 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6953128-
CMYK0.460.5900.50
HSL252.8º41.44%35.49%-
HSV(B)252.8º58.59%50.2%-
XYZ7.625.3721.06-
YUV66.33162.8129.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=27.6%
G=21.2%
B=51.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69531280.460.5900.50252.841.4435.49
Hex4535802E3B032fd2923
Octal1056520056730623755143
Binary100010111010110000000101110111011011001011111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453580; }

 p { color: rgb(69,53,128); }

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

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

 a { background-color: rgb(69,53,128); }

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

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

 span { border-color: rgb(69,53,128); }

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