Html Css Color HEX #2E2271 Paris M

📋 copy color: '#2E2271'

red 46 ◦ green 34 ◦ blue 113

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

Shades of Paris M #2E2271

Tints of Paris M #2E2271

RGB

 RED value IS 46 (18.36% from 255) = 23.83%

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

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 23.83%
G = 17.62%
B = 58.55%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E2271 (or 0x2E2271) is known color: Paris M. HEX triplet: 2E, 22 and 71. RGB value is (46,34,113). Sum of RGB (Red+Green+Blue) = 46+34+113=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2271 is #D1DD8E. Grayscale: #2E2E2E. Windows color (decimal): -13753743 or 7414318. OLE color: 7414318.

HSL color Cylindrical-coordinate representation of color #2E2271: hue angle of 249.11º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2271 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 34 113 -
CMYK 0.59 0.70 0 0.56
HSL 249.11º 0.54% 0.29% -
HSV(B) 249.11º 0.7% 0.44% -
XYZ 4.68 2.92 15.94 -
YUV 46.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 46 34 113 0.59 0.70 0 0.56 249.11 0.54 0.29
Hex 2E 22 71 3B 46 0 38 F9 36 1D
Octal 56 42 161 73 106 0 70 371 66 35
Binary 101110 100010 1110001 111011 1000110 0 111000 11111001 110110 11101

Color Harmonies of #2E2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2271

Black with #2E2271

Text Example


Text Example

White with #2E2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E2271; }

 p { color: rgb(46,34,113); }

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

background-color css

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

 a { background-color: rgb(46,34,113); }

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

border-color css

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

 span { border-color: rgb(46,34,113); }

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