Html Css Color HEX #322999 Dark Slate Blue

📋 copy color: '#322999'

red 50 ◦ green 41 ◦ blue 153

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

Shades of Dark Slate Blue #322999

Tints of Dark Slate Blue #322999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 20.49%
G = 16.8%
B = 62.7%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#322999 (or 0x322999) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 99. RGB value is (50,41,153). Sum of RGB (Red+Green+Blue) = 50+41+153=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #322999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322999 is #CDD666. Grayscale: #383838. Windows color (decimal): -13489767 or 10037554. OLE color: 10037554.

HSL color Cylindrical-coordinate representation of color #322999: hue angle of 244.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322999 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 41 153 -
CMYK 0.67 0.73 0 0.4
HSL 244.82º 0.58% 0.38% -
HSV(B) 244.82º 0.73% 0.6% -
XYZ 7.86 4.56 30.6 -
YUV 56.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 50 41 153 0.67 0.73 0 0.4 244.82 0.58 0.38
Hex 32 29 99 43 49 0 28 F5 3A 26
Octal 62 51 231 103 111 0 50 365 72 46
Binary 110010 101001 10011001 1000011 1001001 0 101000 11110101 111010 100110

Color Harmonies of #322999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322999

Black with #322999

Text Example


Text Example

White with #322999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322999; }

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

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

background-color css

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

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

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

border-color css

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

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

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