Html Css Color HEX #31236F Paris M

📋 copy color: '#31236F'

red 49 ◦ green 35 ◦ blue 111

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

Shades of Paris M #31236F

Tints of Paris M #31236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 25.13%
G = 17.95%
B = 56.92%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31236F (or 0x31236F) is known color: Paris M. HEX triplet: 31, 23 and 6F. RGB value is (49,35,111). Sum of RGB (Red+Green+Blue) = 49+35+111=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #31236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236F is #CEDC90. Grayscale: #2F2F2F. Windows color (decimal): -13556881 or 7283505. OLE color: 7283505.

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

Color convert

RGB 49 35 111 -
CMYK 0.56 0.68 0 0.56
HSL 251.05º 0.52% 0.29% -
HSV(B) 251.05º 0.68% 0.44% -
XYZ 4.74 3 15.37 -
YUV 47.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 49 35 111 0.56 0.68 0 0.56 251.05 0.52 0.29
Hex 31 23 6F 38 44 0 38 FB 34 1D
Octal 61 43 157 70 104 0 70 373 64 35
Binary 110001 100011 1101111 111000 1000100 0 111000 11111011 110100 11101

Color Harmonies of #31236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31236F

Black with #31236F

Text Example


Text Example

White with #31236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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