Html Css Color HEX #2E215C Paris M

📋 copy color: '#2E215C'

red 46 ◦ green 33 ◦ blue 92

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

Shades of Paris M #2E215C

Tints of Paris M #2E215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 26.9%
G = 19.3%
B = 53.8%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E215C (or 0x2E215C) is known color: Paris M. HEX triplet: 2E, 21 and 5C. RGB value is (46,33,92). Sum of RGB (Red+Green+Blue) = 46+33+92=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E215C is #D1DEA3. Grayscale: #2B2B2B. Windows color (decimal): -13754020 or 6037806. OLE color: 6037806.

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

Color convert

RGB 46 33 92 -
CMYK 0.50 0.64 0 0.64
HSL 253.22º 0.47% 0.25% -
HSV(B) 253.22º 0.64% 0.36% -
XYZ 3.6 2.44 10.41 -
YUV 43.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 46 33 92 0.50 0.64 0 0.64 253.22 0.47 0.25
Hex 2E 21 5C 32 40 0 40 FD 2F 19
Octal 56 41 134 62 100 0 100 375 57 31
Binary 101110 100001 1011100 110010 1000000 0 1000000 11111101 101111 11001

Color Harmonies of #2E215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E215C

Black with #2E215C

Text Example


Text Example

White with #2E215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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