Html Css Color HEX #332571 Paris M

📋 copy color: '#332571'

red 51 ◦ green 37 ◦ blue 113

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

Shades of Paris M #332571

Tints of Paris M #332571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 25.37%
G = 18.41%
B = 56.22%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#332571 (or 0x332571) is known color: Paris M. HEX triplet: 33, 25 and 71. RGB value is (51,37,113). Sum of RGB (Red+Green+Blue) = 51+37+113=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #332571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332571 is #CCDA8E. Grayscale: #313131. Windows color (decimal): -13425295 or 7415091. OLE color: 7415091.

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

Color convert

RGB 51 37 113 -
CMYK 0.55 0.67 0 0.56
HSL 251.05º 0.51% 0.29% -
HSV(B) 251.05º 0.67% 0.44% -
XYZ 5.01 3.22 15.98 -
YUV 49.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 51 37 113 0.55 0.67 0 0.56 251.05 0.51 0.29
Hex 33 25 71 37 43 0 38 FB 33 1D
Octal 63 45 161 67 103 0 70 373 63 35
Binary 110011 100101 1110001 110111 1000011 0 111000 11111011 110011 11101

Color Harmonies of #332571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332571

Black with #332571

Text Example


Text Example

White with #332571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332571; }

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

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

background-color css

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

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

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

border-color css

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

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

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