Html Css Color HEX #383493 Dark Slate Blue

📋 copy color: '#383493'

red 56 ◦ green 52 ◦ blue 147

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

Shades of Dark Slate Blue #383493

Tints of Dark Slate Blue #383493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 21.96%
G = 20.39%
B = 57.65%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383493 (or 0x383493) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 93. RGB value is (56,52,147). Sum of RGB (Red+Green+Blue) = 56+52+147=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #383493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383493 is #C7CB6C. Grayscale: #3F3F3F. Windows color (decimal): -13093741 or 9647160. OLE color: 9647160.

HSL color Cylindrical-coordinate representation of color #383493: hue angle of 242.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383493 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 52 147 -
CMYK 0.62 0.65 0 0.42
HSL 242.53º 0.48% 0.39% -
HSV(B) 242.53º 0.65% 0.58% -
XYZ 8.13 5.4 28.22 -
YUV 64.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 56 52 147 0.62 0.65 0 0.42 242.53 0.48 0.39
Hex 38 34 93 3E 41 0 2A F3 30 27
Octal 70 64 223 76 101 0 52 363 60 47
Binary 111000 110100 10010011 111110 1000001 0 101010 11110011 110000 100111

Color Harmonies of #383493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383493

Black with #383493

Text Example


Text Example

White with #383493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383493; }

 p { color: rgb(56,52,147); }

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

background-color css

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

 a { background-color: rgb(56,52,147); }

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

border-color css

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

 span { border-color: rgb(56,52,147); }

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