Html Css Color HEX #312166 Paris M

📋 copy color: '#312166'

red 49 ◦ green 33 ◦ blue 102

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

Shades of Paris M #312166

Tints of Paris M #312166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 26.63%
G = 17.93%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#312166 (or 0x312166) is known color: Paris M. HEX triplet: 31, 21 and 66. RGB value is (49,33,102). Sum of RGB (Red+Green+Blue) = 49+33+102=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #312166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312166 is #CEDE99. Grayscale: #2D2D2D. Windows color (decimal): -13557402 or 6693169. OLE color: 6693169.

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

Color convert

RGB 49 33 102 -
CMYK 0.52 0.68 0 0.6
HSL 253.91º 0.51% 0.26% -
HSV(B) 253.91º 0.68% 0.4% -
XYZ 4.21 2.7 12.87 -
YUV 45.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 49 33 102 0.52 0.68 0 0.6 253.91 0.51 0.26
Hex 31 21 66 34 44 0 3C FE 33 1A
Octal 61 41 146 64 104 0 74 376 63 32
Binary 110001 100001 1100110 110100 1000100 0 111100 11111110 110011 11010

Color Harmonies of #312166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312166

Black with #312166

Text Example


Text Example

White with #312166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312166; }

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

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

background-color css

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

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

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

border-color css

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

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

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