Html Css Color HEX #2E2671 Paris M

📋 copy color: '#2E2671'

red 46 ◦ green 38 ◦ blue 113

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

Shades of Paris M #2E2671

Tints of Paris M #2E2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

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

R = 23.35%
G = 19.29%
B = 57.36%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E2671 (or 0x2E2671) is known color: Paris M. HEX triplet: 2E, 26 and 71. RGB value is (46,38,113). Sum of RGB (Red+Green+Blue) = 46+38+113=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2671 is #D1D98E. Grayscale: #303030. Windows color (decimal): -13752719 or 7415342. OLE color: 7415342.

HSL color Cylindrical-coordinate representation of color #2E2671: hue angle of 246.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2671 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 38 113 -
CMYK 0.59 0.66 0 0.56
HSL 246.4º 0.5% 0.3% -
HSV(B) 246.4º 0.66% 0.44% -
XYZ 4.8 3.16 15.98 -
YUV 48.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 46 38 113 0.59 0.66 0 0.56 246.4 0.5 0.3
Hex 2E 26 71 3B 42 0 38 F6 32 1E
Octal 56 46 161 73 102 0 70 366 62 36
Binary 101110 100110 1110001 111011 1000010 0 111000 11110110 110010 11110

Color Harmonies of #2E2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2671

Black with #2E2671

Text Example


Text Example

White with #2E2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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