Html Css Color HEX #383190 Dark Slate Blue

📋 copy color: '#383190'

red 56 ◦ green 49 ◦ blue 144

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

Shades of Dark Slate Blue #383190

Tints of Dark Slate Blue #383190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 22.49%
G = 19.68%
B = 57.83%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383190 (or 0x383190) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 90. RGB value is (56,49,144). Sum of RGB (Red+Green+Blue) = 56+49+144=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #383190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383190 is #C7CE6F. Grayscale: #3D3D3D. Windows color (decimal): -13094512 or 9449784. OLE color: 9449784.

HSL color Cylindrical-coordinate representation of color #383190: hue angle of 244.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383190 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 49 144 -
CMYK 0.61 0.66 0 0.44
HSL 244.42º 0.49% 0.38% -
HSV(B) 244.42º 0.66% 0.56% -
XYZ 7.76 5.05 26.95 -
YUV 61.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 56 49 144 0.61 0.66 0 0.44 244.42 0.49 0.38
Hex 38 31 90 3D 42 0 2C F4 31 26
Octal 70 61 220 75 102 0 54 364 61 46
Binary 111000 110001 10010000 111101 1000010 0 101100 11110100 110001 100110

Color Harmonies of #383190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383190

Black with #383190

Text Example


Text Example

White with #383190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383190; }

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

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

background-color css

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

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

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

border-color css

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

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

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