Html Css Color HEX #32288D Dark Slate Blue

📋 copy color: '#32288D'

red 50 ◦ green 40 ◦ blue 141

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

Shades of Dark Slate Blue #32288D

Tints of Dark Slate Blue #32288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 21.65%
G = 17.32%
B = 61.04%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32288D (or 0x32288D) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 8D. RGB value is (50,40,141). Sum of RGB (Red+Green+Blue) = 50+40+141=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #32288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32288D is #CDD772. Grayscale: #363636. Windows color (decimal): -13490035 or 9250866. OLE color: 9250866.

HSL color Cylindrical-coordinate representation of color #32288D: hue angle of 245.94º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32288D is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 40 141 -
CMYK 0.65 0.72 0 0.45
HSL 245.94º 0.56% 0.35% -
HSV(B) 245.94º 0.72% 0.55% -
XYZ 6.88 4.12 25.63 -
YUV 54.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 50 40 141 0.65 0.72 0 0.45 245.94 0.56 0.35
Hex 32 28 8D 41 48 0 2D F6 38 23
Octal 62 50 215 101 110 0 55 366 70 43
Binary 110010 101000 10001101 1000001 1001000 0 101101 11110110 111000 100011

Color Harmonies of #32288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32288D

Black with #32288D

Text Example


Text Example

White with #32288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,40,141); }

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

background-color css

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

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

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

border-color css

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

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

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