Html Css Color HEX #332F5D Paris M

📋 copy color: '#332F5D'

red 51 ◦ green 47 ◦ blue 93

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

Shades of Paris M #332F5D

Tints of Paris M #332F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 26.7%
G = 24.61%
B = 48.69%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#332F5D (or 0x332F5D) is known color: Paris M. HEX triplet: 33, 2F and 5D. RGB value is (51,47,93). Sum of RGB (Red+Green+Blue) = 51+47+93=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #332F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F5D is #CCD0A2. Grayscale: #353535. Windows color (decimal): -13422755 or 6106931. OLE color: 6106931.

HSL color Cylindrical-coordinate representation of color #332F5D: hue angle of 245.22º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332F5D is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 47 93 -
CMYK 0.45 0.49 0 0.64
HSL 245.22º 0.33% 0.27% -
HSV(B) 245.22º 0.49% 0.36% -
XYZ 4.36 3.53 10.81 -
YUV 53.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 51 47 93 0.45 0.49 0 0.64 245.22 0.33 0.27
Hex 33 2F 5D 2D 31 0 40 F5 21 1B
Octal 63 57 135 55 61 0 100 365 41 33
Binary 110011 101111 1011101 101101 110001 0 1000000 11110101 100001 11011

Color Harmonies of #332F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F5D

Black with #332F5D

Text Example


Text Example

White with #332F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,93); }

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

background-color css

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

 a { background-color: rgb(51,47,93); }

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

border-color css

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

 span { border-color: rgb(51,47,93); }

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