#483980

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

Shades of Dark Slate Blue #483980

Tints of Dark Slate Blue #483980

Color information

#483980 (or 0x483980) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 39 and 80. RGB value is (72,57,128). Sum of RGB (Red+Green+Blue) = 72+57+128=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #483980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483980 is #B7C67F. Grayscale: #454545. Windows color (decimal): -12043904 or 8403272. OLE color: 8403272.

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

Color convert

RGB7257128-
CMYK0.440.5500.50
HSL252.68º38.38%36.27%-
HSV(B)252.68º55.47%50.2%-
XYZ8.035.8621.13-
YUV69.58160.97129.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 128 (50.39% from 255) = 49.81%
R=28.02%
G=22.18%
B=49.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72571280.440.5500.50252.6838.3836.27
Hex4839802C37032fd2624
Octal1107120054670623754644
Binary100100011100110000000101100110111011001011111101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483980; }

 p { color: rgb(72,57,128); }

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

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

 a { background-color: rgb(72,57,128); }

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

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

 span { border-color: rgb(72,57,128); }

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