Html Css Color HEX #382994 Dark Slate Blue

📋 copy color: '#382994'

red 56 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #382994

Tints of Dark Slate Blue #382994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 22.86%
G = 16.73%
B = 60.41%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382994 (or 0x382994) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 94. RGB value is (56,41,148). Sum of RGB (Red+Green+Blue) = 56+41+148=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #382994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382994 is #C7D66B. Grayscale: #393939. Windows color (decimal): -13096556 or 9709880. OLE color: 9709880.

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

Color convert

RGB 56 41 148 -
CMYK 0.62 0.72 0 0.42
HSL 248.41º 0.57% 0.37% -
HSV(B) 248.41º 0.72% 0.58% -
XYZ 7.77 4.56 28.49 -
YUV 57.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 56 41 148 0.62 0.72 0 0.42 248.41 0.57 0.37
Hex 38 29 94 3E 48 0 2A F8 39 25
Octal 70 51 224 76 110 0 52 370 71 45
Binary 111000 101001 10010100 111110 1001000 0 101010 11111000 111001 100101

Color Harmonies of #382994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382994

Black with #382994

Text Example


Text Example

White with #382994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382994; }

 p { color: rgb(56,41,148); }

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

background-color css

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

 a { background-color: rgb(56,41,148); }

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

border-color css

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

 span { border-color: rgb(56,41,148); }

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