Html Css Color HEX #31265B Paris M

📋 copy color: '#31265B'

red 49 ◦ green 38 ◦ blue 91

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

Shades of Paris M #31265B

Tints of Paris M #31265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 27.53%
G = 21.35%
B = 51.12%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31265B (or 0x31265B) is known color: Paris M. HEX triplet: 31, 26 and 5B. RGB value is (49,38,91). Sum of RGB (Red+Green+Blue) = 49+38+91=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #31265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31265B is #CED9A4. Grayscale: #2F2F2F. Windows color (decimal): -13556133 or 5973553. OLE color: 5973553.

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

Color convert

RGB 49 38 91 -
CMYK 0.46 0.58 0 0.64
HSL 252.45º 0.41% 0.25% -
HSV(B) 252.45º 0.58% 0.36% -
XYZ 3.85 2.79 10.23 -
YUV 47.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 49 38 91 0.46 0.58 0 0.64 252.45 0.41 0.25
Hex 31 26 5B 2E 3A 0 40 FC 29 19
Octal 61 46 133 56 72 0 100 374 51 31
Binary 110001 100110 1011011 101110 111010 0 1000000 11111100 101001 11001

Color Harmonies of #31265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31265B

Black with #31265B

Text Example


Text Example

White with #31265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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