Html Css Color HEX #383192 Dark Slate Blue

📋 copy color: '#383192'

red 56 ◦ green 49 ◦ blue 146

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

Shades of Dark Slate Blue #383192

Tints of Dark Slate Blue #383192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 22.31%
G = 19.52%
B = 58.17%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383192 (or 0x383192) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 92. RGB value is (56,49,146). Sum of RGB (Red+Green+Blue) = 56+49+146=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #383192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383192 is #C7CE6D. Grayscale: #3D3D3D. Windows color (decimal): -13094510 or 9580856. OLE color: 9580856.

HSL color Cylindrical-coordinate representation of color #383192: hue angle of 244.33º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383192 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 49 146 -
CMYK 0.62 0.66 0 0.43
HSL 244.33º 0.5% 0.38% -
HSV(B) 244.33º 0.66% 0.57% -
XYZ 7.92 5.11 27.76 -
YUV 62.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 56 49 146 0.62 0.66 0 0.43 244.33 0.5 0.38
Hex 38 31 92 3E 42 0 2B F4 32 26
Octal 70 61 222 76 102 0 53 364 62 46
Binary 111000 110001 10010010 111110 1000010 0 101011 11110100 110010 100110

Color Harmonies of #383192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383192

Black with #383192

Text Example


Text Example

White with #383192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383192; }

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

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

background-color css

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

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

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

border-color css

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

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

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