Html Css Color HEX #2E2260 Paris M

📋 copy color: '#2E2260'

red 46 ◦ green 34 ◦ blue 96

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

Shades of Paris M #2E2260

Tints of Paris M #2E2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

 BLUE value IS 96 (37.89% from 255) = 54.55%

R = 26.14%
G = 19.32%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2260 (or 0x2E2260) is known color: Paris M. HEX triplet: 2E, 22 and 60. RGB value is (46,34,96). Sum of RGB (Red+Green+Blue) = 46+34+96=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2260 is #D1DD9F. Grayscale: #2C2C2C. Windows color (decimal): -13753760 or 6300206. OLE color: 6300206.

HSL color Cylindrical-coordinate representation of color #2E2260: hue angle of 251.61º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2260 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 34 96 -
CMYK 0.52 0.65 0 0.62
HSL 251.61º 0.48% 0.25% -
HSV(B) 251.61º 0.65% 0.38% -
XYZ 3.81 2.57 11.36 -
YUV 44.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 46 34 96 0.52 0.65 0 0.62 251.61 0.48 0.25
Hex 2E 22 60 34 41 0 3E FC 30 19
Octal 56 42 140 64 101 0 76 374 60 31
Binary 101110 100010 1100000 110100 1000001 0 111110 11111100 110000 11001

Color Harmonies of #2E2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2260

Black with #2E2260

Text Example


Text Example

White with #2E2260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,34,96); }

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

background-color css

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

 a { background-color: rgb(46,34,96); }

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

border-color css

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

 span { border-color: rgb(46,34,96); }

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