Html Css Color HEX #31226C Paris M

📋 copy color: '#31226C'

red 49 ◦ green 34 ◦ blue 108

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

Shades of Paris M #31226C

Tints of Paris M #31226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 25.65%
G = 17.8%
B = 56.54%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31226C (or 0x31226C) is known color: Paris M. HEX triplet: 31, 22 and 6C. RGB value is (49,34,108). Sum of RGB (Red+Green+Blue) = 49+34+108=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #31226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31226C is #CEDD93. Grayscale: #2E2E2E. Windows color (decimal): -13557140 or 7086641. OLE color: 7086641.

HSL color Cylindrical-coordinate representation of color #31226C: hue angle of 252.16º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31226C is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 34 108 -
CMYK 0.55 0.69 0 0.58
HSL 252.16º 0.52% 0.28% -
HSV(B) 252.16º 0.69% 0.42% -
XYZ 4.55 2.88 14.5 -
YUV 46.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 49 34 108 0.55 0.69 0 0.58 252.16 0.52 0.28
Hex 31 22 6C 37 45 0 3A FC 34 1C
Octal 61 42 154 67 105 0 72 374 64 34
Binary 110001 100010 1101100 110111 1000101 0 111010 11111100 110100 11100

Color Harmonies of #31226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31226C

Black with #31226C

Text Example


Text Example

White with #31226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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