Html Css Color HEX #2E2960 Paris M

📋 copy color: '#2E2960'

red 46 ◦ green 41 ◦ blue 96

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

Shades of Paris M #2E2960

Tints of Paris M #2E2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

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

R = 25.14%
G = 22.4%
B = 52.46%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2960 (or 0x2E2960) is known color: Paris M. HEX triplet: 2E, 29 and 60. RGB value is (46,41,96). Sum of RGB (Red+Green+Blue) = 46+41+96=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2960 is #D1D69F. Grayscale: #303030. Windows color (decimal): -13751968 or 6301998. OLE color: 6301998.

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

Color convert

RGB 46 41 96 -
CMYK 0.52 0.57 0 0.62
HSL 245.45º 0.4% 0.27% -
HSV(B) 245.45º 0.57% 0.38% -
XYZ 4.03 3.01 11.44 -
YUV 48.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 46 41 96 0.52 0.57 0 0.62 245.45 0.4 0.27
Hex 2E 29 60 34 39 0 3E F5 28 1B
Octal 56 51 140 64 71 0 76 365 50 33
Binary 101110 101001 1100000 110100 111001 0 111110 11110101 101000 11011

Color Harmonies of #2E2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2960

Black with #2E2960

Text Example


Text Example

White with #2E2960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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