Html Css Color HEX #2E215F Paris M

📋 copy color: '#2E215F'

red 46 ◦ green 33 ◦ blue 95

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

Shades of Paris M #2E215F

Tints of Paris M #2E215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 26.44%
G = 18.97%
B = 54.6%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E215F (or 0x2E215F) is known color: Paris M. HEX triplet: 2E, 21 and 5F. RGB value is (46,33,95). Sum of RGB (Red+Green+Blue) = 46+33+95=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215F is #D1DEA0. Grayscale: #2B2B2B. Windows color (decimal): -13754017 or 6234414. OLE color: 6234414.

HSL color Cylindrical-coordinate representation of color #2E215F: hue angle of 252.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E215F is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 33 95 -
CMYK 0.52 0.65 0 0.63
HSL 252.58º 0.48% 0.25% -
HSV(B) 252.58º 0.65% 0.37% -
XYZ 3.74 2.49 11.11 -
YUV 43.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 46 33 95 0.52 0.65 0 0.63 252.58 0.48 0.25
Hex 2E 21 5F 34 41 0 3F FD 30 19
Octal 56 41 137 64 101 0 77 375 60 31
Binary 101110 100001 1011111 110100 1000001 0 111111 11111101 110000 11001

Color Harmonies of #2E215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E215F

Black with #2E215F

Text Example


Text Example

White with #2E215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,95); }

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

background-color css

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

 a { background-color: rgb(46,33,95); }

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

border-color css

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

 span { border-color: rgb(46,33,95); }

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