Html Css Color HEX #31275F Paris M

📋 copy color: '#31275F'

red 49 ◦ green 39 ◦ blue 95

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

Shades of Paris M #31275F

Tints of Paris M #31275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 26.78%
G = 21.31%
B = 51.91%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31275F (or 0x31275F) is known color: Paris M. HEX triplet: 31, 27 and 5F. RGB value is (49,39,95). Sum of RGB (Red+Green+Blue) = 49+39+95=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #31275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31275F is #CED8A0. Grayscale: #303030. Windows color (decimal): -13555873 or 6235953. OLE color: 6235953.

HSL color Cylindrical-coordinate representation of color #31275F: hue angle of 250.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31275F is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 39 95 -
CMYK 0.48 0.59 0 0.63
HSL 250.71º 0.42% 0.26% -
HSV(B) 250.71º 0.59% 0.37% -
XYZ 4.06 2.93 11.18 -
YUV 48.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 49 39 95 0.48 0.59 0 0.63 250.71 0.42 0.26
Hex 31 27 5F 30 3B 0 3F FB 2A 1A
Octal 61 47 137 60 73 0 77 373 52 32
Binary 110001 100111 1011111 110000 111011 0 111111 11111011 101010 11010

Color Harmonies of #31275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31275F

Black with #31275F

Text Example


Text Example

White with #31275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31275F; }

 p { color: rgb(49,39,95); }

 H1.HeaderClassName
 {
   color: #31275F;
 }
 .AnyTagClassName
 {
   color: #31275F;
 }
</style>

background-color css

<style>
 a { background-color: #31275F; }

 a { background-color: rgb(49,39,95); }

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

border-color css

<style>
 span { border-color: #31275F; }

 span { border-color: rgb(49,39,95); }

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