Html Css Color HEX #2E2166 Paris M

📋 copy color: '#2E2166'

red 46 ◦ green 33 ◦ blue 102

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

Shades of Paris M #2E2166

Tints of Paris M #2E2166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 25.41%
G = 18.23%
B = 56.35%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E2166 (or 0x2E2166) is known color: Paris M. HEX triplet: 2E, 21 and 66. RGB value is (46,33,102). Sum of RGB (Red+Green+Blue) = 46+33+102=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2166 is #D1DE99. Grayscale: #2C2C2C. Windows color (decimal): -13754010 or 6693166. OLE color: 6693166.

HSL color Cylindrical-coordinate representation of color #2E2166: hue angle of 251.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2166 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 33 102 -
CMYK 0.55 0.68 0 0.6
HSL 251.3º 0.51% 0.26% -
HSV(B) 251.3º 0.68% 0.4% -
XYZ 4.07 2.63 12.86 -
YUV 44.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 46 33 102 0.55 0.68 0 0.6 251.3 0.51 0.26
Hex 2E 21 66 37 44 0 3C FB 33 1A
Octal 56 41 146 67 104 0 74 373 63 32
Binary 101110 100001 1100110 110111 1000100 0 111100 11111011 110011 11010

Color Harmonies of #2E2166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2166

Black with #2E2166

Text Example


Text Example

White with #2E2166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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