Html Css Color HEX #312066 Paris M

📋 copy color: '#312066'

red 49 ◦ green 32 ◦ blue 102

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

Shades of Paris M #312066

Tints of Paris M #312066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 26.78%
G = 17.49%
B = 55.74%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#312066 (or 0x312066) is known color: Paris M. HEX triplet: 31, 20 and 66. RGB value is (49,32,102). Sum of RGB (Red+Green+Blue) = 49+32+102=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #312066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312066 is #CEDF99. Grayscale: #2C2C2C. Windows color (decimal): -13557658 or 6692913. OLE color: 6692913.

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

Color convert

RGB 49 32 102 -
CMYK 0.52 0.69 0 0.6
HSL 254.57º 0.52% 0.26% -
HSV(B) 254.57º 0.69% 0.4% -
XYZ 4.18 2.65 12.86 -
YUV 45.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 49 32 102 0.52 0.69 0 0.6 254.57 0.52 0.26
Hex 31 20 66 34 45 0 3C FF 34 1A
Octal 61 40 146 64 105 0 74 377 64 32
Binary 110001 100000 1100110 110100 1000101 0 111100 11111111 110100 11010

Color Harmonies of #312066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312066

Black with #312066

Text Example


Text Example

White with #312066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312066; }

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

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

background-color css

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

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

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

border-color css

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

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

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