Html Css Color HEX #322862 Paris M

📋 copy color: '#322862'

red 50 ◦ green 40 ◦ blue 98

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

Shades of Paris M #322862

Tints of Paris M #322862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 26.6%
G = 21.28%
B = 52.13%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322862 (or 0x322862) is known color: Paris M. HEX triplet: 32, 28 and 62. RGB value is (50,40,98). Sum of RGB (Red+Green+Blue) = 50+40+98=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #322862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322862 is #CDD79D. Grayscale: #313131. Windows color (decimal): -13490078 or 6432818. OLE color: 6432818.

HSL color Cylindrical-coordinate representation of color #322862: hue angle of 250.34º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322862 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 40 98 -
CMYK 0.49 0.59 0 0.62
HSL 250.34º 0.42% 0.27% -
HSV(B) 250.34º 0.59% 0.38% -
XYZ 4.28 3.08 11.92 -
YUV 49.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 50 40 98 0.49 0.59 0 0.62 250.34 0.42 0.27
Hex 32 28 62 31 3B 0 3E FA 2A 1B
Octal 62 50 142 61 73 0 76 372 52 33
Binary 110010 101000 1100010 110001 111011 0 111110 11111010 101010 11011

Color Harmonies of #322862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322862

Black with #322862

Text Example


Text Example

White with #322862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322862; }

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

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

background-color css

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

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

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

border-color css

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

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

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