Html Css Color HEX #2E2162 Paris M

📋 copy color: '#2E2162'

red 46 ◦ green 33 ◦ blue 98

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

Shades of Paris M #2E2162

Tints of Paris M #2E2162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 25.99%
G = 18.64%
B = 55.37%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2162 (or 0x2E2162) is known color: Paris M. HEX triplet: 2E, 21 and 62. RGB value is (46,33,98). Sum of RGB (Red+Green+Blue) = 46+33+98=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2162 is #D1DE9D. Grayscale: #2C2C2C. Windows color (decimal): -13754014 or 6431022. OLE color: 6431022.

HSL color Cylindrical-coordinate representation of color #2E2162: hue angle of 252º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2162 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 33 98 -
CMYK 0.53 0.66 0 0.62
HSL 252º 0.5% 0.26% -
HSV(B) 252º 0.66% 0.38% -
XYZ 3.88 2.55 11.84 -
YUV 44.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 46 33 98 0.53 0.66 0 0.62 252 0.5 0.26
Hex 2E 21 62 35 42 0 3E FC 32 1A
Octal 56 41 142 65 102 0 76 374 62 32
Binary 101110 100001 1100010 110101 1000010 0 111110 11111100 110010 11010

Color Harmonies of #2E2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2162

Black with #2E2162

Text Example


Text Example

White with #2E2162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,98); }

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

background-color css

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

 a { background-color: rgb(46,33,98); }

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

border-color css

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

 span { border-color: rgb(46,33,98); }

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