#483582

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

Shades of Dark Slate Blue #483582

Tints of Dark Slate Blue #483582

Color information

#483582 (or 0x483582) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 35 and 82. RGB value is (72,53,130). Sum of RGB (Red+Green+Blue) = 72+53+130=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #483582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483582 is #B7CA7D. Grayscale: #434343. Windows color (decimal): -12044926 or 8533320. OLE color: 8533320.

HSL color Cylindrical-coordinate representation of color #483582: hue angle of 254.81º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483582 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7253130-
CMYK0.450.5900.49
HSL254.81º42.08%35.88%-
HSV(B)254.81º59.23%50.98%-
XYZ7.975.5421.77-
YUV67.46163.29131.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=28.24%
G=20.78%
B=50.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72531300.450.5900.49254.8142.0835.88
Hex4835822D3B031ff2a24
Octal1106520255730613775244
Binary100100011010110000010101101111011011000111111111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483582; }

 p { color: rgb(72,53,130); }

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

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

 a { background-color: rgb(72,53,130); }

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

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

 span { border-color: rgb(72,53,130); }

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