Html Css Color HEX #32319D Dark Slate Blue

📋 copy color: '#32319D'

red 50 ◦ green 49 ◦ blue 157

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

Shades of Dark Slate Blue #32319D

Tints of Dark Slate Blue #32319D

RGB

 RED value IS 50 (19.92% from 255) = 19.53%

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 19.53%
G = 19.14%
B = 61.33%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32319D (or 0x32319D) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 9D. RGB value is (50,49,157). Sum of RGB (Red+Green+Blue) = 50+49+157=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #32319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32319D is #CDCE62. Grayscale: #3D3D3D. Windows color (decimal): -13487715 or 10301746. OLE color: 10301746.

HSL color Cylindrical-coordinate representation of color #32319D: hue angle of 240.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32319D is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 49 157 -
CMYK 0.68 0.69 0 0.38
HSL 240.56º 0.52% 0.4% -
HSV(B) 240.56º 0.69% 0.62% -
XYZ 8.5 5.31 32.48 -
YUV 61.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 50 49 157 0.68 0.69 0 0.38 240.56 0.52 0.4
Hex 32 31 9D 44 45 0 26 F1 34 28
Octal 62 61 235 104 105 0 46 361 64 50
Binary 110010 110001 10011101 1000100 1000101 0 100110 11110001 110100 101000

Color Harmonies of #32319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32319D

Black with #32319D

Text Example


Text Example

White with #32319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32319D; }

 p { color: rgb(50,49,157); }

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

background-color css

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

 a { background-color: rgb(50,49,157); }

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

border-color css

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

 span { border-color: rgb(50,49,157); }

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