Html Css Color HEX #2E205B Paris M

📋 copy color: '#2E205B'

red 46 ◦ green 32 ◦ blue 91

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

Shades of Paris M #2E205B

Tints of Paris M #2E205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 27.22%
G = 18.93%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E205B (or 0x2E205B) is known color: Paris M. HEX triplet: 2E, 20 and 5B. RGB value is (46,32,91). Sum of RGB (Red+Green+Blue) = 46+32+91=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E205B is #D1DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13754277 or 5972014. OLE color: 5972014.

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

Color convert

RGB 46 32 91 -
CMYK 0.49 0.65 0 0.64
HSL 254.24º 0.48% 0.24% -
HSV(B) 254.24º 0.65% 0.36% -
XYZ 3.53 2.37 10.17 -
YUV 42.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 46 32 91 0.49 0.65 0 0.64 254.24 0.48 0.24
Hex 2E 20 5B 31 41 0 40 FE 30 18
Octal 56 40 133 61 101 0 100 376 60 30
Binary 101110 100000 1011011 110001 1000001 0 1000000 11111110 110000 11000

Color Harmonies of #2E205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E205B

Black with #2E205B

Text Example


Text Example

White with #2E205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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