Html Css Color HEX #383199 Dark Slate Blue

📋 copy color: '#383199'

red 56 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #383199

Tints of Dark Slate Blue #383199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

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

R = 21.71%
G = 18.99%
B = 59.3%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#383199 (or 0x383199) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 99. RGB value is (56,49,153). Sum of RGB (Red+Green+Blue) = 56+49+153=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #383199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383199 is #C7CE66. Grayscale: #3E3E3E. Windows color (decimal): -13094503 or 10039608. OLE color: 10039608.

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

Color convert

RGB 56 49 153 -
CMYK 0.63 0.68 0 0.4
HSL 244.04º 0.51% 0.4% -
HSV(B) 244.04º 0.68% 0.6% -
XYZ 8.48 5.34 30.72 -
YUV 62.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 56 49 153 0.63 0.68 0 0.4 244.04 0.51 0.4
Hex 38 31 99 3F 44 0 28 F4 33 28
Octal 70 61 231 77 104 0 50 364 63 50
Binary 111000 110001 10011001 111111 1000100 0 101000 11110100 110011 101000

Color Harmonies of #383199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383199

Black with #383199

Text Example


Text Example

White with #383199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383199; }

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

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

background-color css

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

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

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

border-color css

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

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

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