Html Css Color HEX #332A61 Paris M

📋 copy color: '#332A61'

red 51 ◦ green 42 ◦ blue 97

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

Shades of Paris M #332A61

Tints of Paris M #332A61

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.11%

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 26.84%
G = 22.11%
B = 51.05%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#332A61 (or 0x332A61) is known color: Paris M. HEX triplet: 33, 2A and 61. RGB value is (51,42,97). Sum of RGB (Red+Green+Blue) = 51+42+97=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #332A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A61 is #CCD59E. Grayscale: #323232. Windows color (decimal): -13424031 or 6367795. OLE color: 6367795.

HSL color Cylindrical-coordinate representation of color #332A61: hue angle of 249.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332A61 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 42 97 -
CMYK 0.47 0.57 0 0.62
HSL 249.82º 0.4% 0.27% -
HSV(B) 249.82º 0.57% 0.38% -
XYZ 4.35 3.22 11.7 -
YUV 50.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 51 42 97 0.47 0.57 0 0.62 249.82 0.4 0.27
Hex 33 2A 61 2F 39 0 3E FA 28 1B
Octal 63 52 141 57 71 0 76 372 50 33
Binary 110011 101010 1100001 101111 111001 0 111110 11111010 101000 11011

Color Harmonies of #332A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A61

Black with #332A61

Text Example


Text Example

White with #332A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A61; }

 p { color: rgb(51,42,97); }

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

background-color css

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

 a { background-color: rgb(51,42,97); }

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

border-color css

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

 span { border-color: rgb(51,42,97); }

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