Html Css Color HEX #2E215B Paris M

📋 copy color: '#2E215B'

red 46 ◦ green 33 ◦ blue 91

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

Shades of Paris M #2E215B

Tints of Paris M #2E215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.53%

R = 27.06%
G = 19.41%
B = 53.53%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E215B (or 0x2E215B) is known color: Paris M. HEX triplet: 2E, 21 and 5B. RGB value is (46,33,91). Sum of RGB (Red+Green+Blue) = 46+33+91=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215B is #D1DEA4. Grayscale: #2B2B2B. Windows color (decimal): -13754021 or 5972270. OLE color: 5972270.

HSL color Cylindrical-coordinate representation of color #2E215B: hue angle of 253.45º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E215B is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 33 91 -
CMYK 0.49 0.64 0 0.64
HSL 253.45º 0.47% 0.24% -
HSV(B) 253.45º 0.64% 0.36% -
XYZ 3.56 2.42 10.18 -
YUV 43.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 46 33 91 0.49 0.64 0 0.64 253.45 0.47 0.24
Hex 2E 21 5B 31 40 0 40 FD 2F 18
Octal 56 41 133 61 100 0 100 375 57 30
Binary 101110 100001 1011011 110001 1000000 0 1000000 11111101 101111 11000

Color Harmonies of #2E215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E215B

Black with #2E215B

Text Example


Text Example

White with #2E215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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