Html Css Color HEX #31225C Paris M

📋 copy color: '#31225C'

red 49 ◦ green 34 ◦ blue 92

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

Shades of Paris M #31225C

Tints of Paris M #31225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 28%
G = 19.43%
B = 52.57%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31225C (or 0x31225C) is known color: Paris M. HEX triplet: 31, 22 and 5C. RGB value is (49,34,92). Sum of RGB (Red+Green+Blue) = 49+34+92=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #31225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31225C is #CEDDA3. Grayscale: #2C2C2C. Windows color (decimal): -13557156 or 6038065. OLE color: 6038065.

HSL color Cylindrical-coordinate representation of color #31225C: hue angle of 255.52º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31225C is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 34 92 -
CMYK 0.47 0.63 0 0.64
HSL 255.52º 0.46% 0.25% -
HSV(B) 255.52º 0.63% 0.36% -
XYZ 3.77 2.57 10.42 -
YUV 45.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 49 34 92 0.47 0.63 0 0.64 255.52 0.46 0.25
Hex 31 22 5C 2F 3F 0 40 100 2E 19
Octal 61 42 134 57 77 0 100 400 56 31
Binary 110001 100010 1011100 101111 111111 0 1000000 100000000 101110 11001

Color Harmonies of #31225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31225C

Black with #31225C

Text Example


Text Example

White with #31225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31225C; }

 p { color: rgb(49,34,92); }

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

background-color css

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

 a { background-color: rgb(49,34,92); }

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

border-color css

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

 span { border-color: rgb(49,34,92); }

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