Html Css Color HEX #2E1D5B Paris M

📋 copy color: '#2E1D5B'

red 46 ◦ green 29 ◦ blue 91

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

Shades of Paris M #2E1D5B

Tints of Paris M #2E1D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.47%

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

R = 27.71%
G = 17.47%
B = 54.82%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E1D5B (or 0x2E1D5B) is known color: Paris M. HEX triplet: 2E, 1D and 5B. RGB value is (46,29,91). Sum of RGB (Red+Green+Blue) = 46+29+91=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E1D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1D5B is #D1E2A4. Grayscale: #282828. Windows color (decimal): -13755045 or 5971246. OLE color: 5971246.

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

Color convert

RGB 46 29 91 -
CMYK 0.49 0.68 0 0.64
HSL 256.45º 0.52% 0.24% -
HSV(B) 256.45º 0.68% 0.36% -
XYZ 3.45 2.21 10.14 -
YUV 41.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 46 29 91 0.49 0.68 0 0.64 256.45 0.52 0.24
Hex 2E 1D 5B 31 44 0 40 100 34 18
Octal 56 35 133 61 104 0 100 400 64 30
Binary 101110 11101 1011011 110001 1000100 0 1000000 100000000 110100 11000

Color Harmonies of #2E1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D5B

Black with #2E1D5B

Text Example


Text Example

White with #2E1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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