Html Css Color HEX #2E216C Paris M

📋 copy color: '#2E216C'

red 46 ◦ green 33 ◦ blue 108

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

Shades of Paris M #2E216C

Tints of Paris M #2E216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 24.6%
G = 17.65%
B = 57.75%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E216C (or 0x2E216C) is known color: Paris M. HEX triplet: 2E, 21 and 6C. RGB value is (46,33,108). Sum of RGB (Red+Green+Blue) = 46+33+108=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E216C is #D1DE93. Grayscale: #2D2D2D. Windows color (decimal): -13754004 or 7086382. OLE color: 7086382.

HSL color Cylindrical-coordinate representation of color #2E216C: hue angle of 250.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E216C is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 33 108 -
CMYK 0.57 0.69 0 0.58
HSL 250.4º 0.53% 0.28% -
HSV(B) 250.4º 0.69% 0.42% -
XYZ 4.38 2.75 14.49 -
YUV 45.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 46 33 108 0.57 0.69 0 0.58 250.4 0.53 0.28
Hex 2E 21 6C 39 45 0 3A FA 35 1C
Octal 56 41 154 71 105 0 72 372 65 34
Binary 101110 100001 1101100 111001 1000101 0 111010 11111010 110101 11100

Color Harmonies of #2E216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E216C

Black with #2E216C

Text Example


Text Example

White with #2E216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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