Html Css Color HEX #332572 Paris M

📋 copy color: '#332572'

red 51 ◦ green 37 ◦ blue 114

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

Shades of Paris M #332572

Tints of Paris M #332572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 25.25%
G = 18.32%
B = 56.44%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332572 (or 0x332572) is known color: Paris M. HEX triplet: 33, 25 and 72. RGB value is (51,37,114). Sum of RGB (Red+Green+Blue) = 51+37+114=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #332572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332572 is #CCDA8D. Grayscale: #313131. Windows color (decimal): -13425294 or 7480627. OLE color: 7480627.

HSL color Cylindrical-coordinate representation of color #332572: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332572 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 37 114 -
CMYK 0.55 0.68 0 0.55
HSL 250.91º 0.51% 0.3% -
HSV(B) 250.91º 0.68% 0.45% -
XYZ 5.06 3.24 16.28 -
YUV 49.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 51 37 114 0.55 0.68 0 0.55 250.91 0.51 0.3
Hex 33 25 72 37 44 0 37 FB 33 1E
Octal 63 45 162 67 104 0 67 373 63 36
Binary 110011 100101 1110010 110111 1000100 0 110111 11111011 110011 11110

Color Harmonies of #332572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332572

Black with #332572

Text Example


Text Example

White with #332572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332572; }

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

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

background-color css

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

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

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

border-color css

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

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

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