#453880

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

Shades of Dark Slate Blue #453880

Tints of Dark Slate Blue #453880

Color information

#453880 (or 0x453880) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 80. RGB value is (69,56,128). Sum of RGB (Red+Green+Blue) = 69+56+128=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #453880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453880 is #BAC77F. Grayscale: #434343. Windows color (decimal): -12240768 or 8403013. OLE color: 8403013.

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

Color convert

RGB6956128-
CMYK0.460.5600.50
HSL250.83º39.13%36.08%-
HSV(B)250.83º56.25%50.2%-
XYZ7.765.6521.1-
YUV68.1161.81128.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=27.27%
G=22.13%
B=50.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69561280.460.5600.50250.8339.1336.08
Hex4538802E38032fb2724
Octal1057020056700623734744
Binary100010111100010000000101110111000011001011111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453880; }

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

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

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

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

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

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

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

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