Html Css Color HEX #32319B Dark Slate Blue

📋 copy color: '#32319B'

red 50 ◦ green 49 ◦ blue 155

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

Shades of Dark Slate Blue #32319B

Tints of Dark Slate Blue #32319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.02%

R = 19.69%
G = 19.29%
B = 61.02%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32319B (or 0x32319B) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 9B. RGB value is (50,49,155). Sum of RGB (Red+Green+Blue) = 50+49+155=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #32319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32319B is #CDCE64. Grayscale: #3C3C3C. Windows color (decimal): -13487717 or 10170674. OLE color: 10170674.

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

Color convert

RGB 50 49 155 -
CMYK 0.68 0.68 0 0.39
HSL 240.57º 0.52% 0.4% -
HSV(B) 240.57º 0.68% 0.61% -
XYZ 8.33 5.24 31.58 -
YUV 61.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 50 49 155 0.68 0.68 0 0.39 240.57 0.52 0.4
Hex 32 31 9B 44 44 0 27 F1 34 28
Octal 62 61 233 104 104 0 47 361 64 50
Binary 110010 110001 10011011 1000100 1000100 0 100111 11110001 110100 101000

Color Harmonies of #32319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32319B

Black with #32319B

Text Example


Text Example

White with #32319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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