Html Css Color HEX #382997 Dark Slate Blue

📋 copy color: '#382997'

red 56 ◦ green 41 ◦ blue 151

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

Shades of Dark Slate Blue #382997

Tints of Dark Slate Blue #382997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 22.58%
G = 16.53%
B = 60.89%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#382997 (or 0x382997) is known color: Dark Slate Blue. HEX triplet: 38, 29 and 97. RGB value is (56,41,151). Sum of RGB (Red+Green+Blue) = 56+41+151=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #382997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382997 is #C7D668. Grayscale: #393939. Windows color (decimal): -13096553 or 9906488. OLE color: 9906488.

HSL color Cylindrical-coordinate representation of color #382997: hue angle of 248.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382997 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 41 151 -
CMYK 0.63 0.73 0 0.41
HSL 248.18º 0.57% 0.38% -
HSV(B) 248.18º 0.73% 0.59% -
XYZ 8.01 4.66 29.76 -
YUV 58.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 56 41 151 0.63 0.73 0 0.41 248.18 0.57 0.38
Hex 38 29 97 3F 49 0 29 F8 39 26
Octal 70 51 227 77 111 0 51 370 71 46
Binary 111000 101001 10010111 111111 1001001 0 101001 11111000 111001 100110

Color Harmonies of #382997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382997

Black with #382997

Text Example


Text Example

White with #382997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382997; }

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

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

background-color css

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

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

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

border-color css

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

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

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