Html Css Color HEX #31245B Paris M

📋 copy color: '#31245B'

red 49 ◦ green 36 ◦ blue 91

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

Shades of Paris M #31245B

Tints of Paris M #31245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.45%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 27.84%
G = 20.45%
B = 51.7%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31245B (or 0x31245B) is known color: Paris M. HEX triplet: 31, 24 and 5B. RGB value is (49,36,91). Sum of RGB (Red+Green+Blue) = 49+36+91=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #31245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31245B is #CEDBA4. Grayscale: #2D2D2D. Windows color (decimal): -13556645 or 5973041. OLE color: 5973041.

HSL color Cylindrical-coordinate representation of color #31245B: hue angle of 254.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31245B is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 36 91 -
CMYK 0.46 0.60 0 0.64
HSL 254.18º 0.43% 0.25% -
HSV(B) 254.18º 0.6% 0.36% -
XYZ 3.79 2.67 10.21 -
YUV 46.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 49 36 91 0.46 0.60 0 0.64 254.18 0.43 0.25
Hex 31 24 5B 2E 3C 0 40 FE 2B 19
Octal 61 44 133 56 74 0 100 376 53 31
Binary 110001 100100 1011011 101110 111100 0 1000000 11111110 101011 11001

Color Harmonies of #31245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31245B

Black with #31245B

Text Example


Text Example

White with #31245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,36,91); }

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

background-color css

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

 a { background-color: rgb(49,36,91); }

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

border-color css

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

 span { border-color: rgb(49,36,91); }

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