Html Css Color HEX #31256C Paris M

📋 copy color: '#31256C'

red 49 ◦ green 37 ◦ blue 108

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

Shades of Paris M #31256C

Tints of Paris M #31256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.67%

R = 25.26%
G = 19.07%
B = 55.67%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31256C (or 0x31256C) is known color: Paris M. HEX triplet: 31, 25 and 6C. RGB value is (49,37,108). Sum of RGB (Red+Green+Blue) = 49+37+108=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #31256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31256C is #CEDA93. Grayscale: #303030. Windows color (decimal): -13556372 or 7087409. OLE color: 7087409.

HSL color Cylindrical-coordinate representation of color #31256C: hue angle of 250.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31256C is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 37 108 -
CMYK 0.55 0.66 0 0.58
HSL 250.14º 0.49% 0.28% -
HSV(B) 250.14º 0.66% 0.42% -
XYZ 4.63 3.06 14.53 -
YUV 48.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 49 37 108 0.55 0.66 0 0.58 250.14 0.49 0.28
Hex 31 25 6C 37 42 0 3A FA 31 1C
Octal 61 45 154 67 102 0 72 372 61 34
Binary 110001 100101 1101100 110111 1000010 0 111010 11111010 110001 11100

Color Harmonies of #31256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31256C

Black with #31256C

Text Example


Text Example

White with #31256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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