Html Css Color HEX #312267 Paris M

📋 copy color: '#312267'

red 49 ◦ green 34 ◦ blue 103

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

Shades of Paris M #312267

Tints of Paris M #312267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

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

R = 26.34%
G = 18.28%
B = 55.38%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312267 (or 0x312267) is known color: Paris M. HEX triplet: 31, 22 and 67. RGB value is (49,34,103). Sum of RGB (Red+Green+Blue) = 49+34+103=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #312267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312267 is #CEDD98. Grayscale: #2E2E2E. Windows color (decimal): -13557145 or 6758961. OLE color: 6758961.

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

Color convert

RGB 49 34 103 -
CMYK 0.52 0.67 0 0.60
HSL 253.04º 0.5% 0.27% -
HSV(B) 253.04º 0.67% 0.4% -
XYZ 4.29 2.78 13.14 -
YUV 46.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 49 34 103 0.52 0.67 0 0.60 253.04 0.5 0.27
Hex 31 22 67 34 43 0 3C FD 32 1B
Octal 61 42 147 64 103 0 74 375 62 33
Binary 110001 100010 1100111 110100 1000011 0 111100 11111101 110010 11011

Color Harmonies of #312267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312267

Black with #312267

Text Example


Text Example

White with #312267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312267; }

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

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

background-color css

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

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

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

border-color css

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

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

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