#483783

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

Shades of Dark Slate Blue #483783

Tints of Dark Slate Blue #483783

Color information

#483783 (or 0x483783) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 37 and 83. RGB value is (72,55,131). Sum of RGB (Red+Green+Blue) = 72+55+131=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #483783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483783 is #B7C87C. Grayscale: #444444. Windows color (decimal): -12044413 or 8599368. OLE color: 8599368.

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

Color convert

RGB7255131-
CMYK0.450.5800.49
HSL253.42º40.86%36.47%-
HSV(B)253.42º58.02%51.37%-
XYZ8.145.7522.15-
YUV68.75163.13130.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=27.91%
G=21.32%
B=50.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72551310.450.5800.49253.4240.8636.47
Hex4837832D3A031fd2924
Octal1106720355720613755144
Binary100100011011110000011101101111010011000111111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483783; }

 p { color: rgb(72,55,131); }

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

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

 a { background-color: rgb(72,55,131); }

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

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

 span { border-color: rgb(72,55,131); }

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