#2D216E

Color #2D216E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2D216E

Tints of Paris M #2D216E

Color information

#2D216E (or 0x2D216E) is unknown color: approx Paris M. HEX triplet: 2D, 21 and 6E. RGB value is (45,33,110). Sum of RGB (Red+Green+Blue) = 45+33+110=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D216E is #D2DE91. Grayscale: #2D2D2D. Windows color (decimal): -13819538 or 7217453. OLE color: 7217453.

HSL color Cylindrical-coordinate representation of color #2D216E: hue angle of 249.35º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D216E is Cyan = 0.59, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4533110-
CMYK0.590.700.57
HSL249.35º53.85%28.04%-
HSV(B)249.35º70%43.14%-
XYZ4.442.7715.05-
YUV45.37164.48127.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.94%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=23.94%
G=17.55%
B=58.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45331100.590.700.57249.3553.8528.04
Hex2D216E3B46039f9361c
Octal5541156731060713716634
Binary1011011000011101110111011100011001110011111100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,110); }

 H1.HeaderClassName
 {
   color: #2D216E;
 }
 .AnyTagClassName
 {
   color: #2D216E;
 }
</style>
background-color css

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

 a { background-color: rgb(45,33,110); }

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

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

 span { border-color: rgb(45,33,110); }

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