Html Css Color HEX #31235A Paris M

📋 copy color: '#31235A'

red 49 ◦ green 35 ◦ blue 90

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

Shades of Paris M #31235A

Tints of Paris M #31235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 28.16%
G = 20.11%
B = 51.72%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31235A (or 0x31235A) is known color: Paris M. HEX triplet: 31, 23 and 5A. RGB value is (49,35,90). Sum of RGB (Red+Green+Blue) = 49+35+90=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #31235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31235A is #CEDCA5. Grayscale: #2D2D2D. Windows color (decimal): -13556902 or 5907249. OLE color: 5907249.

HSL color Cylindrical-coordinate representation of color #31235A: hue angle of 255.27º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31235A is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 35 90 -
CMYK 0.46 0.61 0 0.65
HSL 255.27º 0.44% 0.25% -
HSV(B) 255.27º 0.61% 0.35% -
XYZ 3.71 2.59 9.98 -
YUV 45.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 49 35 90 0.46 0.61 0 0.65 255.27 0.44 0.25
Hex 31 23 5A 2E 3D 0 41 FF 2C 19
Octal 61 43 132 56 75 0 101 377 54 31
Binary 110001 100011 1011010 101110 111101 0 1000001 11111111 101100 11001

Color Harmonies of #31235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31235A

Black with #31235A

Text Example


Text Example

White with #31235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31235A; }

 p { color: rgb(49,35,90); }

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

background-color css

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

 a { background-color: rgb(49,35,90); }

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

border-color css

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

 span { border-color: rgb(49,35,90); }

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