Html Css Color HEX #31215C Paris M

📋 copy color: '#31215C'

red 49 ◦ green 33 ◦ blue 92

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

Shades of Paris M #31215C

Tints of Paris M #31215C

RGB

 RED value IS 49 (19.53% from 255) = 28.16%

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 28.16%
G = 18.97%
B = 52.87%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31215C (or 0x31215C) is known color: Paris M. HEX triplet: 31, 21 and 5C. RGB value is (49,33,92). Sum of RGB (Red+Green+Blue) = 49+33+92=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #31215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31215C is #CEDEA3. Grayscale: #2C2C2C. Windows color (decimal): -13557412 or 6037809. OLE color: 6037809.

HSL color Cylindrical-coordinate representation of color #31215C: hue angle of 256.27º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31215C is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 33 92 -
CMYK 0.47 0.64 0 0.64
HSL 256.27º 0.47% 0.25% -
HSV(B) 256.27º 0.64% 0.36% -
XYZ 3.74 2.51 10.41 -
YUV 44.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 49 33 92 0.47 0.64 0 0.64 256.27 0.47 0.25
Hex 31 21 5C 2F 40 0 40 100 2F 19
Octal 61 41 134 57 100 0 100 400 57 31
Binary 110001 100001 1011100 101111 1000000 0 1000000 100000000 101111 11001

Color Harmonies of #31215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31215C

Black with #31215C

Text Example


Text Example

White with #31215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31215C; }

 p { color: rgb(49,33,92); }

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

background-color css

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

 a { background-color: rgb(49,33,92); }

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

border-color css

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

 span { border-color: rgb(49,33,92); }

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