Html Css Color HEX #2E2C5B Paris M

📋 copy color: '#2E2C5B'

red 46 ◦ green 44 ◦ blue 91

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

Shades of Paris M #2E2C5B

Tints of Paris M #2E2C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.31%

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

R = 25.41%
G = 24.31%
B = 50.28%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E2C5B (or 0x2E2C5B) is known color: Paris M. HEX triplet: 2E, 2C and 5B. RGB value is (46,44,91). Sum of RGB (Red+Green+Blue) = 46+44+91=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E2C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C5B is #D1D3A4. Grayscale: #313131. Windows color (decimal): -13751205 or 5975086. OLE color: 5975086.

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

Color convert

RGB 46 44 91 -
CMYK 0.49 0.52 0 0.64
HSL 242.55º 0.35% 0.26% -
HSV(B) 242.55º 0.52% 0.36% -
XYZ 3.92 3.14 10.3 -
YUV 49.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 46 44 91 0.49 0.52 0 0.64 242.55 0.35 0.26
Hex 2E 2C 5B 31 34 0 40 F3 23 1A
Octal 56 54 133 61 64 0 100 363 43 32
Binary 101110 101100 1011011 110001 110100 0 1000000 11110011 100011 11010

Color Harmonies of #2E2C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2C5B

Black with #2E2C5B

Text Example


Text Example

White with #2E2C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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