#483880

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

Shades of Dark Slate Blue #483880

Tints of Dark Slate Blue #483880

Color information

#483880 (or 0x483880) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 38 and 80. RGB value is (72,56,128). Sum of RGB (Red+Green+Blue) = 72+56+128=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #483880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483880 is #B7C77F. Grayscale: #444444. Windows color (decimal): -12044160 or 8403016. OLE color: 8403016.

HSL color Cylindrical-coordinate representation of color #483880: hue angle of 253.33º 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 #483880 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7256128-
CMYK0.440.5600.50
HSL253.33º39.13%36.08%-
HSV(B)253.33º56.25%50.2%-
XYZ7.985.7621.11-
YUV68.99161.3130.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 128 (50.39% from 255) = 50%
R=28.12%
G=21.88%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72561280.440.5600.50253.3339.1336.08
Hex4838802C38032fd2724
Octal1107020054700623754744
Binary100100011100010000000101100111000011001011111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483880; }

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

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

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

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

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

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

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

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