Html Css Color HEX #32329A Dark Slate Blue

📋 copy color: '#32329A'

red 50 ◦ green 50 ◦ blue 154

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

Shades of Dark Slate Blue #32329A

Tints of Dark Slate Blue #32329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.63%

R = 19.69%
G = 19.69%
B = 60.63%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32329A (or 0x32329A) is known color: Dark Slate Blue. HEX triplet: 32, 32 and 9A. RGB value is (50,50,154). Sum of RGB (Red+Green+Blue) = 50+50+154=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #32329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32329A is #CDCD65. Grayscale: #3D3D3D. Windows color (decimal): -13487462 or 10105394. OLE color: 10105394.

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

Color convert

RGB 50 50 154 -
CMYK 0.68 0.68 0 0.40
HSL 240º 0.51% 0.4% -
HSV(B) 240º 0.68% 0.6% -
XYZ 8.29 5.29 31.16 -
YUV 61.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 50 50 154 0.68 0.68 0 0.40 240 0.51 0.4
Hex 32 32 9A 44 44 0 28 F0 33 28
Octal 62 62 232 104 104 0 50 360 63 50
Binary 110010 110010 10011010 1000100 1000100 0 101000 11110000 110011 101000

Color Harmonies of #32329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32329A

Black with #32329A

Text Example


Text Example

White with #32329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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