Html Css Color HEX #2E2061 Paris M

📋 copy color: '#2E2061'

red 46 ◦ green 32 ◦ blue 97

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

Shades of Paris M #2E2061

Tints of Paris M #2E2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 26.29%
G = 18.29%
B = 55.43%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2061 (or 0x2E2061) is known color: Paris M. HEX triplet: 2E, 20 and 61. RGB value is (46,32,97). Sum of RGB (Red+Green+Blue) = 46+32+97=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2061 is #D1DF9E. Grayscale: #2B2B2B. Windows color (decimal): -13754271 or 6365230. OLE color: 6365230.

HSL color Cylindrical-coordinate representation of color #2E2061: hue angle of 252.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2061 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 32 97 -
CMYK 0.53 0.67 0 0.62
HSL 252.92º 0.5% 0.25% -
HSV(B) 252.92º 0.67% 0.38% -
XYZ 3.8 2.48 11.59 -
YUV 43.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 46 32 97 0.53 0.67 0 0.62 252.92 0.5 0.25
Hex 2E 20 61 35 43 0 3E FD 32 19
Octal 56 40 141 65 103 0 76 375 62 31
Binary 101110 100000 1100001 110101 1000011 0 111110 11111101 110010 11001

Color Harmonies of #2E2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2061

Black with #2E2061

Text Example


Text Example

White with #2E2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,97); }

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

background-color css

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

 a { background-color: rgb(46,32,97); }

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

border-color css

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

 span { border-color: rgb(46,32,97); }

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