Html Css Color HEX #382999 Dark Slate Blue

📋 copy color: '#382999'

red 56 ◦ green 41 ◦ blue 153

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

Shades of Dark Slate Blue #382999

Tints of Dark Slate Blue #382999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 22.4%
G = 16.4%
B = 61.2%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#382999 (or 0x382999) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 99. RGB value is (56,41,153). Sum of RGB (Red+Green+Blue) = 56+41+153=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #382999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382999 is #C7D666. Grayscale: #393939. Windows color (decimal): -13096551 or 10037560. OLE color: 10037560.

HSL color Cylindrical-coordinate representation of color #382999: hue angle of 248.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382999 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 41 153 -
CMYK 0.63 0.73 0 0.4
HSL 248.04º 0.58% 0.38% -
HSV(B) 248.04º 0.73% 0.6% -
XYZ 8.17 4.73 30.62 -
YUV 58.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 56 41 153 0.63 0.73 0 0.4 248.04 0.58 0.38
Hex 38 29 99 3F 49 0 28 F8 3A 26
Octal 70 51 231 77 111 0 50 370 72 46
Binary 111000 101001 10011001 111111 1001001 0 101000 11111000 111010 100110

Color Harmonies of #382999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382999

Black with #382999

Text Example


Text Example

White with #382999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382999; }

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

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

background-color css

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

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

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

border-color css

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

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

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