Html Css Color HEX #383189 Dark Slate Blue

📋 copy color: '#383189'

red 56 ◦ green 49 ◦ blue 137

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

Shades of Dark Slate Blue #383189

Tints of Dark Slate Blue #383189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 23.14%
G = 20.25%
B = 56.61%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#383189 (or 0x383189) is known color: Dark Slate Blue. HEX triplet: 38, 31 and 89. RGB value is (56,49,137). Sum of RGB (Red+Green+Blue) = 56+49+137=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #383189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383189 is #C7CE76. Grayscale: #3C3C3C. Windows color (decimal): -13094519 or 8991032. OLE color: 8991032.

HSL color Cylindrical-coordinate representation of color #383189: hue angle of 244.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383189 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 49 137 -
CMYK 0.59 0.64 0 0.46
HSL 244.77º 0.47% 0.36% -
HSV(B) 244.77º 0.64% 0.54% -
XYZ 7.24 4.84 24.22 -
YUV 61.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 56 49 137 0.59 0.64 0 0.46 244.77 0.47 0.36
Hex 38 31 89 3B 40 0 2E F5 2F 24
Octal 70 61 211 73 100 0 56 365 57 44
Binary 111000 110001 10001001 111011 1000000 0 101110 11110101 101111 100100

Color Harmonies of #383189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383189

Black with #383189

Text Example


Text Example

White with #383189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383189; }

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

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

background-color css

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

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

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

border-color css

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

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

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