Html Css Color HEX #31265A Paris M

📋 copy color: '#31265A'

red 49 ◦ green 38 ◦ blue 90

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

Shades of Paris M #31265A

Tints of Paris M #31265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 27.68%
G = 21.47%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31265A (or 0x31265A) is known color: Paris M. HEX triplet: 31, 26 and 5A. RGB value is (49,38,90). Sum of RGB (Red+Green+Blue) = 49+38+90=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #31265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31265A is #CED9A5. Grayscale: #2F2F2F. Windows color (decimal): -13556134 or 5908017. OLE color: 5908017.

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

Color convert

RGB 49 38 90 -
CMYK 0.46 0.58 0 0.65
HSL 252.69º 0.41% 0.25% -
HSV(B) 252.69º 0.58% 0.35% -
XYZ 3.81 2.78 10.01 -
YUV 47.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 49 38 90 0.46 0.58 0 0.65 252.69 0.41 0.25
Hex 31 26 5A 2E 3A 0 41 FD 29 19
Octal 61 46 132 56 72 0 101 375 51 31
Binary 110001 100110 1011010 101110 111010 0 1000001 11111101 101001 11001

Color Harmonies of #31265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31265A

Black with #31265A

Text Example


Text Example

White with #31265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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