Html Css Color HEX #322990 Dark Slate Blue

📋 copy color: '#322990'

red 50 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #322990

Tints of Dark Slate Blue #322990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 144 (56.64% from 255) = 61.28%

R = 21.28%
G = 17.45%
B = 61.28%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#322990 (or 0x322990) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 90. RGB value is (50,41,144). Sum of RGB (Red+Green+Blue) = 50+41+144=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #322990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322990 is #CDD66F. Grayscale: #373737. Windows color (decimal): -13489776 or 9447730. OLE color: 9447730.

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

Color convert

RGB 50 41 144 -
CMYK 0.65 0.72 0 0.44
HSL 245.24º 0.56% 0.36% -
HSV(B) 245.24º 0.72% 0.56% -
XYZ 7.14 4.28 26.83 -
YUV 55.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 50 41 144 0.65 0.72 0 0.44 245.24 0.56 0.36
Hex 32 29 90 41 48 0 2C F5 38 24
Octal 62 51 220 101 110 0 54 365 70 44
Binary 110010 101001 10010000 1000001 1001000 0 101100 11110101 111000 100100

Color Harmonies of #322990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322990

Black with #322990

Text Example


Text Example

White with #322990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322990; }

 p { color: rgb(50,41,144); }

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

background-color css

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

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

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

border-color css

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

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

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