Html Css Color HEX #2E275A Paris M

📋 copy color: '#2E275A'

red 46 ◦ green 39 ◦ blue 90

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

Shades of Paris M #2E275A

Tints of Paris M #2E275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 26.29%
G = 22.29%
B = 51.43%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E275A (or 0x2E275A) is known color: Paris M. HEX triplet: 2E, 27 and 5A. RGB value is (46,39,90). Sum of RGB (Red+Green+Blue) = 46+39+90=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E275A is #D1D8A5. Grayscale: #2E2E2E. Windows color (decimal): -13752486 or 5908270. OLE color: 5908270.

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

Color convert

RGB 46 39 90 -
CMYK 0.49 0.57 0 0.65
HSL 248.24º 0.4% 0.25% -
HSV(B) 248.24º 0.57% 0.35% -
XYZ 3.7 2.77 10.01 -
YUV 46.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 46 39 90 0.49 0.57 0 0.65 248.24 0.4 0.25
Hex 2E 27 5A 31 39 0 41 F8 28 19
Octal 56 47 132 61 71 0 101 370 50 31
Binary 101110 100111 1011010 110001 111001 0 1000001 11111000 101000 11001

Color Harmonies of #2E275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E275A

Black with #2E275A

Text Example


Text Example

White with #2E275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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