#453883

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

Shades of Dark Slate Blue #453883

Tints of Dark Slate Blue #453883

Color information

#453883 (or 0x453883) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 83. RGB value is (69,56,131). Sum of RGB (Red+Green+Blue) = 69+56+131=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #453883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453883 is #BAC77C. Grayscale: #444444. Windows color (decimal): -12240765 or 8599621. OLE color: 8599621.

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

Color convert

RGB6956131-
CMYK0.470.5700.49
HSL250.4º40.11%36.67%-
HSV(B)250.4º57.25%51.37%-
XYZ7.975.7322.16-
YUV68.44163.31128.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 131 (51.56% from 255) = 51.17%
R=26.95%
G=21.88%
B=51.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69561310.470.5700.49250.440.1136.67
Hex4538832F39031fa2825
Octal1057020357710613725045
Binary100010111100010000011101111111001011000111111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453883; }

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

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

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

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

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

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

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

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