Html Css Color HEX #312666 Paris M

📋 copy color: '#312666'

red 49 ◦ green 38 ◦ blue 102

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

Shades of Paris M #312666

Tints of Paris M #312666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 25.93%
G = 20.11%
B = 53.97%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#312666 (or 0x312666) is known color: Paris M. HEX triplet: 31, 26 and 66. RGB value is (49,38,102). Sum of RGB (Red+Green+Blue) = 49+38+102=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #312666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312666 is #CED999. Grayscale: #303030. Windows color (decimal): -13556122 or 6694449. OLE color: 6694449.

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

Color convert

RGB 49 38 102 -
CMYK 0.52 0.63 0 0.6
HSL 250.31º 0.46% 0.27% -
HSV(B) 250.31º 0.63% 0.4% -
XYZ 4.36 3 12.92 -
YUV 48.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 49 38 102 0.52 0.63 0 0.6 250.31 0.46 0.27
Hex 31 26 66 34 3F 0 3C FA 2E 1B
Octal 61 46 146 64 77 0 74 372 56 33
Binary 110001 100110 1100110 110100 111111 0 111100 11111010 101110 11011

Color Harmonies of #312666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312666

Black with #312666

Text Example


Text Example

White with #312666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312666; }

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

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

background-color css

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

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

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

border-color css

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

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

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