Html Css Color HEX #2E2172 Paris M

📋 copy color: '#2E2172'

red 46 ◦ green 33 ◦ blue 114

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

Shades of Paris M #2E2172

Tints of Paris M #2E2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 23.83%
G = 17.1%
B = 59.07%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E2172 (or 0x2E2172) is known color: Paris M. HEX triplet: 2E, 21 and 72. RGB value is (46,33,114). Sum of RGB (Red+Green+Blue) = 46+33+114=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2172 is #D1DE8D. Grayscale: #2D2D2D. Windows color (decimal): -13753998 or 7479598. OLE color: 7479598.

HSL color Cylindrical-coordinate representation of color #2E2172: hue angle of 249.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E2172 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 33 114 -
CMYK 0.60 0.71 0 0.55
HSL 249.63º 0.55% 0.29% -
HSV(B) 249.63º 0.71% 0.45% -
XYZ 4.71 2.88 16.23 -
YUV 46.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 46 33 114 0.60 0.71 0 0.55 249.63 0.55 0.29
Hex 2E 21 72 3C 47 0 37 FA 37 1D
Octal 56 41 162 74 107 0 67 372 67 35
Binary 101110 100001 1110010 111100 1000111 0 110111 11111010 110111 11101

Color Harmonies of #2E2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2172

Black with #2E2172

Text Example


Text Example

White with #2E2172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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