Html Css Color HEX #31256B Paris M

📋 copy color: '#31256B'

red 49 ◦ green 37 ◦ blue 107

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

Shades of Paris M #31256B

Tints of Paris M #31256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 25.39%
G = 19.17%
B = 55.44%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31256B (or 0x31256B) is known color: Paris M. HEX triplet: 31, 25 and 6B. RGB value is (49,37,107). Sum of RGB (Red+Green+Blue) = 49+37+107=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #31256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256B is #CEDA94. Grayscale: #303030. Windows color (decimal): -13556373 or 7021873. OLE color: 7021873.

HSL color Cylindrical-coordinate representation of color #31256B: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31256B is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 37 107 -
CMYK 0.54 0.65 0 0.58
HSL 250.29º 0.49% 0.28% -
HSV(B) 250.29º 0.65% 0.42% -
XYZ 4.58 3.04 14.25 -
YUV 48.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 49 37 107 0.54 0.65 0 0.58 250.29 0.49 0.28
Hex 31 25 6B 36 41 0 3A FA 31 1C
Octal 61 45 153 66 101 0 72 372 61 34
Binary 110001 100101 1101011 110110 1000001 0 111010 11111010 110001 11100

Color Harmonies of #31256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31256B

Black with #31256B

Text Example


Text Example

White with #31256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31256B; }

 p { color: rgb(49,37,107); }

 H1.HeaderClassName
 {
   color: #31256B;
 }
 .AnyTagClassName
 {
   color: #31256B;
 }
</style>

background-color css

<style>
 a { background-color: #31256B; }

 a { background-color: rgb(49,37,107); }

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

border-color css

<style>
 span { border-color: #31256B; }

 span { border-color: rgb(49,37,107); }

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