Html Css Color HEX #382992 Dark Slate Blue

📋 copy color: '#382992'

red 56 ◦ green 41 ◦ blue 146

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

Shades of Dark Slate Blue #382992

Tints of Dark Slate Blue #382992

RGB

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

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

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

R = 23.05%
G = 16.87%
B = 60.08%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#382992 (or 0x382992) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 92. RGB value is (56,41,146). Sum of RGB (Red+Green+Blue) = 56+41+146=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #382992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382992 is #C7D66D. Grayscale: #393939. Windows color (decimal): -13096558 or 9578808. OLE color: 9578808.

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

Color convert

RGB 56 41 146 -
CMYK 0.62 0.72 0 0.43
HSL 248.57º 0.56% 0.37% -
HSV(B) 248.57º 0.72% 0.57% -
XYZ 7.61 4.5 27.66 -
YUV 57.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 56 41 146 0.62 0.72 0 0.43 248.57 0.56 0.37
Hex 38 29 92 3E 48 0 2B F9 38 25
Octal 70 51 222 76 110 0 53 371 70 45
Binary 111000 101001 10010010 111110 1001000 0 101011 11111001 111000 100101

Color Harmonies of #382992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382992

Black with #382992

Text Example


Text Example

White with #382992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382992; }

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

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

background-color css

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

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

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

border-color css

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

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

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