Html Css Color HEX #323199 Dark Slate Blue

📋 copy color: '#323199'

red 50 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #323199

Tints of Dark Slate Blue #323199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 19.84%
G = 19.44%
B = 60.71%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323199 (or 0x323199) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 99. RGB value is (50,49,153). Sum of RGB (Red+Green+Blue) = 50+49+153=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #323199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323199 is #CDCE66. Grayscale: #3C3C3C. Windows color (decimal): -13487719 or 10039602. OLE color: 10039602.

HSL color Cylindrical-coordinate representation of color #323199: hue angle of 240.58º 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 #323199 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 49 153 -
CMYK 0.67 0.68 0 0.4
HSL 240.58º 0.51% 0.4% -
HSV(B) 240.58º 0.68% 0.6% -
XYZ 8.16 5.17 30.71 -
YUV 61.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 50 49 153 0.67 0.68 0 0.4 240.58 0.51 0.4
Hex 32 31 99 43 44 0 28 F1 33 28
Octal 62 61 231 103 104 0 50 361 63 50
Binary 110010 110001 10011001 1000011 1000100 0 101000 11110001 110011 101000

Color Harmonies of #323199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323199

Black with #323199

Text Example


Text Example

White with #323199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323199; }

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

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

background-color css

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

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

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

border-color css

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

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

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