Html Css Color HEX #382893 Dark Slate Blue

📋 copy color: '#382893'

red 56 ◦ green 40 ◦ blue 147

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

Shades of Dark Slate Blue #382893

Tints of Dark Slate Blue #382893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 23.05%
G = 16.46%
B = 60.49%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382893 (or 0x382893) is known color: Dark Slate Blue. HEX triplet: 38, 28 and 93. RGB value is (56,40,147). Sum of RGB (Red+Green+Blue) = 56+40+147=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #382893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382893 is #C7D76C. Grayscale: #383838. Windows color (decimal): -13096813 or 9644088. OLE color: 9644088.

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

Color convert

RGB 56 40 147 -
CMYK 0.62 0.73 0 0.42
HSL 248.97º 0.57% 0.37% -
HSV(B) 248.97º 0.73% 0.58% -
XYZ 7.66 4.46 28.06 -
YUV 56.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 56 40 147 0.62 0.73 0 0.42 248.97 0.57 0.37
Hex 38 28 93 3E 49 0 2A F9 39 25
Octal 70 50 223 76 111 0 52 371 71 45
Binary 111000 101000 10010011 111110 1001001 0 101010 11111001 111001 100101

Color Harmonies of #382893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382893

Black with #382893

Text Example


Text Example

White with #382893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382893; }

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

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

background-color css

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

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

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

border-color css

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

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

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