Html Css Color HEX #2E1E63 Paris M

📋 copy color: '#2E1E63'

red 46 ◦ green 30 ◦ blue 99

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

Shades of Paris M #2E1E63

Tints of Paris M #2E1E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 26.29%
G = 17.14%
B = 56.57%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E1E63 (or 0x2E1E63) is known color: Paris M. HEX triplet: 2E, 1E and 63. RGB value is (46,30,99). Sum of RGB (Red+Green+Blue) = 46+30+99=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E1E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1E63 is #D1E19C. Grayscale: #2A2A2A. Windows color (decimal): -13754781 or 6495790. OLE color: 6495790.

HSL color Cylindrical-coordinate representation of color #2E1E63: hue angle of 253.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1E63 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 30 99 -
CMYK 0.54 0.70 0 0.61
HSL 253.91º 0.53% 0.25% -
HSV(B) 253.91º 0.7% 0.39% -
XYZ 3.84 2.41 12.07 -
YUV 42.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 46 30 99 0.54 0.70 0 0.61 253.91 0.53 0.25
Hex 2E 1E 63 36 46 0 3D FE 35 19
Octal 56 36 143 66 106 0 75 376 65 31
Binary 101110 11110 1100011 110110 1000110 0 111101 11111110 110101 11001

Color Harmonies of #2E1E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1E63

Black with #2E1E63

Text Example


Text Example

White with #2E1E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,30,99); }

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

background-color css

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

 a { background-color: rgb(46,30,99); }

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

border-color css

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

 span { border-color: rgb(46,30,99); }

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