Html Css Color HEX #31256F Paris M

📋 copy color: '#31256F'

red 49 ◦ green 37 ◦ blue 111

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

Shades of Paris M #31256F

Tints of Paris M #31256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 24.87%
G = 18.78%
B = 56.35%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31256F (or 0x31256F) is known color: Paris M. HEX triplet: 31, 25 and 6F. RGB value is (49,37,111). Sum of RGB (Red+Green+Blue) = 49+37+111=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #31256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256F is #CEDA90. Grayscale: #303030. Windows color (decimal): -13556369 or 7284017. OLE color: 7284017.

HSL color Cylindrical-coordinate representation of color #31256F: hue angle of 249.73º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31256F is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 37 111 -
CMYK 0.56 0.67 0 0.56
HSL 249.73º 0.5% 0.29% -
HSV(B) 249.73º 0.67% 0.44% -
XYZ 4.8 3.12 15.39 -
YUV 49.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 49 37 111 0.56 0.67 0 0.56 249.73 0.5 0.29
Hex 31 25 6F 38 43 0 38 FA 32 1D
Octal 61 45 157 70 103 0 70 372 62 35
Binary 110001 100101 1101111 111000 1000011 0 111000 11111010 110010 11101

Color Harmonies of #31256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31256F

Black with #31256F

Text Example


Text Example

White with #31256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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