Html Css Color HEX #32329C Dark Slate Blue

📋 copy color: '#32329C'

red 50 ◦ green 50 ◦ blue 156

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

Shades of Dark Slate Blue #32329C

Tints of Dark Slate Blue #32329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 19.53%
G = 19.53%
B = 60.94%

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

#32329C (or 0x32329C) is known color: Dark Slate Blue. HEX triplet: 32, 32 and 9C. RGB value is (50,50,156). Sum of RGB (Red+Green+Blue) = 50+50+156=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #32329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32329C is #CDCD63. Grayscale: #3D3D3D. Windows color (decimal): -13487460 or 10236466. OLE color: 10236466.

HSL color Cylindrical-coordinate representation of color #32329C: hue angle of 240º degrees, saturation: 0.51, 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 #32329C is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 50 156 -
CMYK 0.68 0.68 0 0.39
HSL 240º 0.51% 0.4% -
HSV(B) 240º 0.68% 0.61% -
XYZ 8.46 5.36 32.04 -
YUV 62.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 50 50 156 0.68 0.68 0 0.39 240 0.51 0.4
Hex 32 32 9C 44 44 0 27 F0 33 28
Octal 62 62 234 104 104 0 47 360 63 50
Binary 110010 110010 10011100 1000100 1000100 0 100111 11110000 110011 101000

Color Harmonies of #32329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32329C

Black with #32329C

Text Example


Text Example

White with #32329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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