Html Css Color HEX #312665 Paris M

📋 copy color: '#312665'

red 49 ◦ green 38 ◦ blue 101

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

Shades of Paris M #312665

Tints of Paris M #312665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 26.06%
G = 20.21%
B = 53.72%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312665 (or 0x312665) is known color: Paris M. HEX triplet: 31, 26 and 65. RGB value is (49,38,101). Sum of RGB (Red+Green+Blue) = 49+38+101=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #312665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312665 is #CED99A. Grayscale: #303030. Windows color (decimal): -13556123 or 6628913. OLE color: 6628913.

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

Color convert

RGB 49 38 101 -
CMYK 0.51 0.62 0 0.60
HSL 250.48º 0.45% 0.27% -
HSV(B) 250.48º 0.62% 0.4% -
XYZ 4.31 2.98 12.66 -
YUV 48.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 49 38 101 0.51 0.62 0 0.60 250.48 0.45 0.27
Hex 31 26 65 33 3E 0 3C FA 2D 1B
Octal 61 46 145 63 76 0 74 372 55 33
Binary 110001 100110 1100101 110011 111110 0 111100 11111010 101101 11011

Color Harmonies of #312665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312665

Black with #312665

Text Example


Text Example

White with #312665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312665; }

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

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

background-color css

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

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

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

border-color css

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

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

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