Html Css Color HEX #31256E Paris M

📋 copy color: '#31256E'

red 49 ◦ green 37 ◦ blue 110

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

Shades of Paris M #31256E

Tints of Paris M #31256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 25%
G = 18.88%
B = 56.12%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31256E (or 0x31256E) is known color: Paris M. HEX triplet: 31, 25 and 6E. RGB value is (49,37,110). Sum of RGB (Red+Green+Blue) = 49+37+110=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #31256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256E is #CEDA91. Grayscale: #303030. Windows color (decimal): -13556370 or 7218481. OLE color: 7218481.

HSL color Cylindrical-coordinate representation of color #31256E: hue angle of 249.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31256E is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 37 110 -
CMYK 0.55 0.66 0 0.57
HSL 249.86º 0.5% 0.29% -
HSV(B) 249.86º 0.66% 0.43% -
XYZ 4.74 3.1 15.1 -
YUV 48.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 49 37 110 0.55 0.66 0 0.57 249.86 0.5 0.29
Hex 31 25 6E 37 42 0 39 FA 32 1D
Octal 61 45 156 67 102 0 71 372 62 35
Binary 110001 100101 1101110 110111 1000010 0 111001 11111010 110010 11101

Color Harmonies of #31256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31256E

Black with #31256E

Text Example


Text Example

White with #31256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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