Html Css Color HEX #382990 Dark Slate Blue

📋 copy color: '#382990'

red 56 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #382990

Tints of Dark Slate Blue #382990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 23.24%
G = 17.01%
B = 59.75%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#382990 (or 0x382990) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 90. RGB value is (56,41,144). Sum of RGB (Red+Green+Blue) = 56+41+144=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #382990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382990 is #C7D66F. Grayscale: #383838. Windows color (decimal): -13096560 or 9447736. OLE color: 9447736.

HSL color Cylindrical-coordinate representation of color #382990: hue angle of 248.74º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382990 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 41 144 -
CMYK 0.61 0.72 0 0.44
HSL 248.74º 0.56% 0.36% -
HSV(B) 248.74º 0.72% 0.56% -
XYZ 7.46 4.44 26.85 -
YUV 57.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 56 41 144 0.61 0.72 0 0.44 248.74 0.56 0.36
Hex 38 29 90 3D 48 0 2C F9 38 24
Octal 70 51 220 75 110 0 54 371 70 44
Binary 111000 101001 10010000 111101 1001000 0 101100 11111001 111000 100100

Color Harmonies of #382990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382990

Black with #382990

Text Example


Text Example

White with #382990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382990; }

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

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

background-color css

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

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

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

border-color css

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

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

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