Html Css Color HEX #312467 Paris M

📋 copy color: '#312467'

red 49 ◦ green 36 ◦ blue 103

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

Shades of Paris M #312467

Tints of Paris M #312467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 103 (40.63% from 255) = 54.79%

R = 26.06%
G = 19.15%
B = 54.79%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312467 (or 0x312467) is known color: Paris M. HEX triplet: 31, 24 and 67. RGB value is (49,36,103). Sum of RGB (Red+Green+Blue) = 49+36+103=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #312467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312467 is #CEDB98. Grayscale: #2F2F2F. Windows color (decimal): -13556633 or 6759473. OLE color: 6759473.

HSL color Cylindrical-coordinate representation of color #312467: hue angle of 251.64º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312467 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 36 103 -
CMYK 0.52 0.65 0 0.60
HSL 251.64º 0.48% 0.27% -
HSV(B) 251.64º 0.65% 0.4% -
XYZ 4.35 2.89 13.16 -
YUV 47.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 49 36 103 0.52 0.65 0 0.60 251.64 0.48 0.27
Hex 31 24 67 34 41 0 3C FC 30 1B
Octal 61 44 147 64 101 0 74 374 60 33
Binary 110001 100100 1100111 110100 1000001 0 111100 11111100 110000 11011

Color Harmonies of #312467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312467

Black with #312467

Text Example


Text Example

White with #312467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312467; }

 p { color: rgb(49,36,103); }

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

background-color css

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

 a { background-color: rgb(49,36,103); }

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

border-color css

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

 span { border-color: rgb(49,36,103); }

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