Html Css Color HEX #332B59 Paris M

📋 copy color: '#332B59'

red 51 ◦ green 43 ◦ blue 89

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

Shades of Paris M #332B59

Tints of Paris M #332B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 27.87%
G = 23.5%
B = 48.63%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#332B59 (or 0x332B59) is known color: Paris M. HEX triplet: 33, 2B and 59. RGB value is (51,43,89). Sum of RGB (Red+Green+Blue) = 51+43+89=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #332B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B59 is #CCD4A6. Grayscale: #323232. Windows color (decimal): -13423783 or 5843763. OLE color: 5843763.

HSL color Cylindrical-coordinate representation of color #332B59: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332B59 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 43 89 -
CMYK 0.43 0.52 0 0.65
HSL 250.43º 0.35% 0.26% -
HSV(B) 250.43º 0.52% 0.35% -
XYZ 4.03 3.15 9.85 -
YUV 50.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 51 43 89 0.43 0.52 0 0.65 250.43 0.35 0.26
Hex 33 2B 59 2B 34 0 41 FA 23 1A
Octal 63 53 131 53 64 0 101 372 43 32
Binary 110011 101011 1011001 101011 110100 0 1000001 11111010 100011 11010

Color Harmonies of #332B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B59

Black with #332B59

Text Example


Text Example

White with #332B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,43,89); }

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

background-color css

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

 a { background-color: rgb(51,43,89); }

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

border-color css

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

 span { border-color: rgb(51,43,89); }

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