Html Css Color HEX #2E215A Paris M

📋 copy color: '#2E215A'

red 46 ◦ green 33 ◦ blue 90

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

Shades of Paris M #2E215A

Tints of Paris M #2E215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 27.22%
G = 19.53%
B = 53.25%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E215A (or 0x2E215A) is known color: Paris M. HEX triplet: 2E, 21 and 5A. RGB value is (46,33,90). Sum of RGB (Red+Green+Blue) = 46+33+90=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215A is #D1DEA5. Grayscale: #2B2B2B. Windows color (decimal): -13754022 or 5906734. OLE color: 5906734.

HSL color Cylindrical-coordinate representation of color #2E215A: hue angle of 253.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E215A is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 33 90 -
CMYK 0.49 0.63 0 0.65
HSL 253.68º 0.46% 0.24% -
HSV(B) 253.68º 0.63% 0.35% -
XYZ 3.52 2.41 9.95 -
YUV 43.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 46 33 90 0.49 0.63 0 0.65 253.68 0.46 0.24
Hex 2E 21 5A 31 3F 0 41 FE 2E 18
Octal 56 41 132 61 77 0 101 376 56 30
Binary 101110 100001 1011010 110001 111111 0 1000001 11111110 101110 11000

Color Harmonies of #2E215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E215A

Black with #2E215A

Text Example


Text Example

White with #2E215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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