Html Css Color HEX #2E2477 Paris M

📋 copy color: '#2E2477'

red 46 ◦ green 36 ◦ blue 119

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

Shades of Paris M #2E2477

Tints of Paris M #2E2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 22.89%
G = 17.91%
B = 59.2%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2477 (or 0x2E2477) is known color: Paris M. HEX triplet: 2E, 24 and 77. RGB value is (46,36,119). Sum of RGB (Red+Green+Blue) = 46+36+119=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2477 is #D1DB88. Grayscale: #303030. Windows color (decimal): -13753225 or 7808046. OLE color: 7808046.

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

Color convert

RGB 46 36 119 -
CMYK 0.61 0.70 0 0.53
HSL 247.23º 0.54% 0.3% -
HSV(B) 247.23º 0.7% 0.47% -
XYZ 5.09 3.17 17.8 -
YUV 48.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 46 36 119 0.61 0.70 0 0.53 247.23 0.54 0.3
Hex 2E 24 77 3D 46 0 35 F7 36 1E
Octal 56 44 167 75 106 0 65 367 66 36
Binary 101110 100100 1110111 111101 1000110 0 110101 11110111 110110 11110

Color Harmonies of #2E2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2477

Black with #2E2477

Text Example


Text Example

White with #2E2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,119); }

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

background-color css

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

 a { background-color: rgb(46,36,119); }

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

border-color css

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

 span { border-color: rgb(46,36,119); }

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