Html Css Color HEX #332D5F Paris M

📋 copy color: '#332D5F'

red 51 ◦ green 45 ◦ blue 95

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

Shades of Paris M #332D5F

Tints of Paris M #332D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.56%

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 26.7%
G = 23.56%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#332D5F (or 0x332D5F) is known color: Paris M. HEX triplet: 33, 2D and 5F. RGB value is (51,45,95). Sum of RGB (Red+Green+Blue) = 51+45+95=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #332D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D5F is #CCD2A0. Grayscale: #343434. Windows color (decimal): -13423265 or 6237491. OLE color: 6237491.

HSL color Cylindrical-coordinate representation of color #332D5F: hue angle of 247.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332D5F is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 45 95 -
CMYK 0.46 0.53 0 0.63
HSL 247.2º 0.36% 0.27% -
HSV(B) 247.2º 0.53% 0.37% -
XYZ 4.37 3.41 11.25 -
YUV 52.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 51 45 95 0.46 0.53 0 0.63 247.2 0.36 0.27
Hex 33 2D 5F 2E 35 0 3F F7 24 1B
Octal 63 55 137 56 65 0 77 367 44 33
Binary 110011 101101 1011111 101110 110101 0 111111 11110111 100100 11011

Color Harmonies of #332D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D5F

Black with #332D5F

Text Example


Text Example

White with #332D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,95); }

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

background-color css

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

 a { background-color: rgb(51,45,95); }

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

border-color css

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

 span { border-color: rgb(51,45,95); }

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