Html Css Color HEX #332870 Paris M

📋 copy color: '#332870'

red 51 ◦ green 40 ◦ blue 112

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

Shades of Paris M #332870

Tints of Paris M #332870

RGB

 RED value IS 51 (20.31% from 255) = 25.12%

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

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

R = 25.12%
G = 19.7%
B = 55.17%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#332870 (or 0x332870) is known color: Paris M. HEX triplet: 33, 28 and 70. RGB value is (51,40,112). Sum of RGB (Red+Green+Blue) = 51+40+112=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #332870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332870 is #CCD78F. Grayscale: #333333. Windows color (decimal): -13424528 or 7350323. OLE color: 7350323.

HSL color Cylindrical-coordinate representation of color #332870: hue angle of 249.17º 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 #332870 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 40 112 -
CMYK 0.54 0.64 0 0.56
HSL 249.17º 0.47% 0.3% -
HSV(B) 249.17º 0.64% 0.44% -
XYZ 5.05 3.39 15.72 -
YUV 51.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 51 40 112 0.54 0.64 0 0.56 249.17 0.47 0.3
Hex 33 28 70 36 40 0 38 F9 2F 1E
Octal 63 50 160 66 100 0 70 371 57 36
Binary 110011 101000 1110000 110110 1000000 0 111000 11111001 101111 11110

Color Harmonies of #332870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332870

Black with #332870

Text Example


Text Example

White with #332870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332870; }

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

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

background-color css

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

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

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

border-color css

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

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

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