Html Css Color HEX #31226F Paris M

📋 copy color: '#31226F'

red 49 ◦ green 34 ◦ blue 111

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

Shades of Paris M #31226F

Tints of Paris M #31226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 25.26%
G = 17.53%
B = 57.22%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31226F (or 0x31226F) is known color: Paris M. HEX triplet: 31, 22 and 6F. RGB value is (49,34,111). Sum of RGB (Red+Green+Blue) = 49+34+111=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #31226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31226F is #CEDD90. Grayscale: #2E2E2E. Windows color (decimal): -13557137 or 7283249. OLE color: 7283249.

HSL color Cylindrical-coordinate representation of color #31226F: hue angle of 251.69º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31226F is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 34 111 -
CMYK 0.56 0.69 0 0.56
HSL 251.69º 0.53% 0.28% -
HSV(B) 251.69º 0.69% 0.44% -
XYZ 4.71 2.94 15.36 -
YUV 47.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 49 34 111 0.56 0.69 0 0.56 251.69 0.53 0.28
Hex 31 22 6F 38 45 0 38 FC 35 1C
Octal 61 42 157 70 105 0 70 374 65 34
Binary 110001 100010 1101111 111000 1000101 0 111000 11111100 110101 11100

Color Harmonies of #31226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31226F

Black with #31226F

Text Example


Text Example

White with #31226F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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