Html Css Color HEX #322870 Paris M

📋 copy color: '#322870'

red 50 ◦ green 40 ◦ blue 112

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

Shades of Paris M #322870

Tints of Paris M #322870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 24.75%
G = 19.8%
B = 55.45%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#322870 (or 0x322870) is known color: Paris M. HEX triplet: 32, 28 and 70. RGB value is (50,40,112). Sum of RGB (Red+Green+Blue) = 50+40+112=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #322870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322870 is #CDD78F. Grayscale: #323232. Windows color (decimal): -13490064 or 7350322. OLE color: 7350322.

HSL color Cylindrical-coordinate representation of color #322870: hue angle of 248.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322870 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 40 112 -
CMYK 0.55 0.64 0 0.56
HSL 248.33º 0.47% 0.3% -
HSV(B) 248.33º 0.64% 0.44% -
XYZ 5 3.37 15.72 -
YUV 51.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 50 40 112 0.55 0.64 0 0.56 248.33 0.47 0.3
Hex 32 28 70 37 40 0 38 F8 2F 1E
Octal 62 50 160 67 100 0 70 370 57 36
Binary 110010 101000 1110000 110111 1000000 0 111000 11111000 101111 11110

Color Harmonies of #322870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322870

Black with #322870

Text Example


Text Example

White with #322870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322870; }

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

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

background-color css

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

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

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

border-color css

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

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

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