Html Css Color HEX #383197 Dark Slate Blue

📋 copy color: '#383197'

red 56 ◦ green 49 ◦ blue 151

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

Shades of Dark Slate Blue #383197

Tints of Dark Slate Blue #383197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 21.88%
G = 19.14%
B = 58.98%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#383197 (or 0x383197) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 97. RGB value is (56,49,151). Sum of RGB (Red+Green+Blue) = 56+49+151=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #383197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383197 is #C7CE68. Grayscale: #3E3E3E. Windows color (decimal): -13094505 or 9908536. OLE color: 9908536.

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

Color convert

RGB 56 49 151 -
CMYK 0.63 0.68 0 0.41
HSL 244.12º 0.51% 0.39% -
HSV(B) 244.12º 0.68% 0.59% -
XYZ 8.32 5.27 29.86 -
YUV 62.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 56 49 151 0.63 0.68 0 0.41 244.12 0.51 0.39
Hex 38 31 97 3F 44 0 29 F4 33 27
Octal 70 61 227 77 104 0 51 364 63 47
Binary 111000 110001 10010111 111111 1000100 0 101001 11110100 110011 100111

Color Harmonies of #383197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383197

Black with #383197

Text Example


Text Example

White with #383197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383197; }

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

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

background-color css

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

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

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

border-color css

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

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

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