Html Css Color HEX #332971 Paris M

📋 copy color: '#332971'

red 51 ◦ green 41 ◦ blue 113

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

Shades of Paris M #332971

Tints of Paris M #332971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 24.88%
G = 20%
B = 55.12%

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

#332971 (or 0x332971) is known color: Paris M. HEX triplet: 33, 29 and 71. RGB value is (51,41,113). Sum of RGB (Red+Green+Blue) = 51+41+113=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #332971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332971 is #CCD68E. Grayscale: #333333. Windows color (decimal): -13424271 or 7416115. OLE color: 7416115.

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

Color convert

RGB 51 41 113 -
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.14 3.48 16.02 -
YUV 52.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 51 41 113 0.55 0.64 0 0.56 248.33 0.47 0.3
Hex 33 29 71 37 40 0 38 F8 2F 1E
Octal 63 51 161 67 100 0 70 370 57 36
Binary 110011 101001 1110001 110111 1000000 0 111000 11111000 101111 11110

Color Harmonies of #332971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332971

Black with #332971

Text Example


Text Example

White with #332971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332971; }

 p { color: rgb(51,41,113); }

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

background-color css

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

 a { background-color: rgb(51,41,113); }

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

border-color css

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

 span { border-color: rgb(51,41,113); }

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