Html Css Color HEX #2E215D Paris M

📋 copy color: '#2E215D'

red 46 ◦ green 33 ◦ blue 93

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

Shades of Paris M #2E215D

Tints of Paris M #2E215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 26.74%
G = 19.19%
B = 54.07%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E215D (or 0x2E215D) is known color: Paris M. HEX triplet: 2E, 21 and 5D. RGB value is (46,33,93). Sum of RGB (Red+Green+Blue) = 46+33+93=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215D is #D1DEA2. Grayscale: #2B2B2B. Windows color (decimal): -13754019 or 6103342. OLE color: 6103342.

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

Color convert

RGB 46 33 93 -
CMYK 0.51 0.65 0 0.64
HSL 253º 0.48% 0.25% -
HSV(B) 253º 0.65% 0.36% -
XYZ 3.65 2.46 10.64 -
YUV 43.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 46 33 93 0.51 0.65 0 0.64 253 0.48 0.25
Hex 2E 21 5D 33 41 0 40 FD 30 19
Octal 56 41 135 63 101 0 100 375 60 31
Binary 101110 100001 1011101 110011 1000001 0 1000000 11111101 110000 11001

Color Harmonies of #2E215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E215D

Black with #2E215D

Text Example


Text Example

White with #2E215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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