Html Css Color HEX #312266 Paris M

📋 copy color: '#312266'

red 49 ◦ green 34 ◦ blue 102

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

Shades of Paris M #312266

Tints of Paris M #312266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 26.49%
G = 18.38%
B = 55.14%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#312266 (or 0x312266) is known color: Paris M. HEX triplet: 31, 22 and 66. RGB value is (49,34,102). Sum of RGB (Red+Green+Blue) = 49+34+102=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #312266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312266 is #CEDD99. Grayscale: #2D2D2D. Windows color (decimal): -13557146 or 6693425. OLE color: 6693425.

HSL color Cylindrical-coordinate representation of color #312266: hue angle of 253.24º 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 #312266 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 34 102 -
CMYK 0.52 0.67 0 0.6
HSL 253.24º 0.5% 0.27% -
HSV(B) 253.24º 0.67% 0.4% -
XYZ 4.24 2.76 12.88 -
YUV 46.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 49 34 102 0.52 0.67 0 0.6 253.24 0.5 0.27
Hex 31 22 66 34 43 0 3C FD 32 1B
Octal 61 42 146 64 103 0 74 375 62 33
Binary 110001 100010 1100110 110100 1000011 0 111100 11111101 110010 11011

Color Harmonies of #312266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312266

Black with #312266

Text Example


Text Example

White with #312266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312266; }

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

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

background-color css

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

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

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

border-color css

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

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

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