Html Css Color HEX #483987 Dark Slate Blue

📋 copy color: '#483987'

red 72 ◦ green 57 ◦ blue 135

#483987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #483987

Tints of Dark Slate Blue #483987

RGB

 RED value IS 72 (28.52% from 255) = 27.27%

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 27.27%
G = 21.59%
B = 51.14%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483987 (or 0x483987) is known color: Dark Slate Blue. HEX triplet: 48, 39 and 87. RGB value is (72,57,135). Sum of RGB (Red+Green+Blue) = 72+57+135=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #483987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483987 is #B7C678. Grayscale: #464646. Windows color (decimal): -12043897 or 8862024. OLE color: 8862024.

HSL color Cylindrical-coordinate representation of color #483987: hue angle of 251.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483987 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 57 135 -
CMYK 0.47 0.58 0 0.47
HSL 251.54º 0.41% 0.38% -
HSV(B) 251.54º 0.58% 0.53% -
XYZ 8.51 6.05 23.64 -
YUV 70.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 72 57 135 0.47 0.58 0 0.47 251.54 0.41 0.38
Hex 48 39 87 2F 3A 0 2F FC 29 26
Octal 110 71 207 57 72 0 57 374 51 46
Binary 1001000 111001 10000111 101111 111010 0 101111 11111100 101001 100110

Color Harmonies of #483987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483987

Black with #483987

Text Example


Text Example

White with #483987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483987; }

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

 H1.HeaderClassName
 {
   color: #483987;
 }
 .AnyTagClassName
 {
   color: #483987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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