Html Css Color HEX #382987 Dark Slate Blue

📋 copy color: '#382987'

red 56 ◦ green 41 ◦ blue 135

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

Shades of Dark Slate Blue #382987

Tints of Dark Slate Blue #382987

RGB

 RED value IS 56 (22.27% from 255) = 24.14%

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 24.14%
G = 17.67%
B = 58.19%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382987 (or 0x382987) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 87. RGB value is (56,41,135). Sum of RGB (Red+Green+Blue) = 56+41+135=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #382987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382987 is #C7D678. Grayscale: #373737. Windows color (decimal): -13096569 or 8857912. OLE color: 8857912.

HSL color Cylindrical-coordinate representation of color #382987: hue angle of 249.57º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382987 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 41 135 -
CMYK 0.59 0.70 0 0.47
HSL 249.57º 0.53% 0.35% -
HSV(B) 249.57º 0.7% 0.53% -
XYZ 6.8 4.18 23.37 -
YUV 56.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 56 41 135 0.59 0.70 0 0.47 249.57 0.53 0.35
Hex 38 29 87 3B 46 0 2F FA 35 23
Octal 70 51 207 73 106 0 57 372 65 43
Binary 111000 101001 10000111 111011 1000110 0 101111 11111010 110101 100011

Color Harmonies of #382987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382987

Black with #382987

Text Example


Text Example

White with #382987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382987; }

 p { color: rgb(56,41,135); }

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

background-color css

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

 a { background-color: rgb(56,41,135); }

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

border-color css

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

 span { border-color: rgb(56,41,135); }

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