Html Css Color HEX #383397 Dark Slate Blue

📋 copy color: '#383397'

red 56 ◦ green 51 ◦ blue 151

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

Shades of Dark Slate Blue #383397

Tints of Dark Slate Blue #383397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

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

R = 21.71%
G = 19.77%
B = 58.53%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#383397 (or 0x383397) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 97. RGB value is (56,51,151). Sum of RGB (Red+Green+Blue) = 56+51+151=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #383397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383397 is #C7CC68. Grayscale: #3F3F3F. Windows color (decimal): -13093993 or 9909048. OLE color: 9909048.

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

Color convert

RGB 56 51 151 -
CMYK 0.63 0.66 0 0.41
HSL 243º 0.5% 0.4% -
HSV(B) 243º 0.66% 0.59% -
XYZ 8.4 5.44 29.89 -
YUV 63.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 56 51 151 0.63 0.66 0 0.41 243 0.5 0.4
Hex 38 33 97 3F 42 0 29 F3 32 28
Octal 70 63 227 77 102 0 51 363 62 50
Binary 111000 110011 10010111 111111 1000010 0 101001 11110011 110010 101000

Color Harmonies of #383397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383397

Black with #383397

Text Example


Text Example

White with #383397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383397; }

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

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

background-color css

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

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

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

border-color css

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

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

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