Html Css Color HEX #32329D Dark Slate Blue

📋 copy color: '#32329D'

red 50 ◦ green 50 ◦ blue 157

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

Shades of Dark Slate Blue #32329D

Tints of Dark Slate Blue #32329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 19.46%
G = 19.46%
B = 61.09%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32329D (or 0x32329D) is known color: Dark Slate Blue. HEX triplet: 32, 32 and 9D. RGB value is (50,50,157). Sum of RGB (Red+Green+Blue) = 50+50+157=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #32329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32329D is #CDCD62. Grayscale: #3D3D3D. Windows color (decimal): -13487459 or 10302002. OLE color: 10302002.

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

Color convert

RGB 50 50 157 -
CMYK 0.68 0.68 0 0.38
HSL 240º 0.52% 0.41% -
HSV(B) 240º 0.68% 0.62% -
XYZ 8.54 5.39 32.49 -
YUV 62.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 50 50 157 0.68 0.68 0 0.38 240 0.52 0.41
Hex 32 32 9D 44 44 0 26 F0 34 29
Octal 62 62 235 104 104 0 46 360 64 51
Binary 110010 110010 10011101 1000100 1000100 0 100110 11110000 110100 101001

Color Harmonies of #32329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32329D

Black with #32329D

Text Example


Text Example

White with #32329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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