#2D216F

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

Shades of Paris M #2D216F

Tints of Paris M #2D216F

Color information

#2D216F (or 0x2D216F) is unknown color: approx Paris M. HEX triplet: 2D, 21 and 6F. RGB value is (45,33,111). Sum of RGB (Red+Green+Blue) = 45+33+111=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D216F is #D2DE90. Grayscale: #2D2D2D. Windows color (decimal): -13819537 or 7282989. OLE color: 7282989.

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

Color convert

RGB4533111-
CMYK0.590.7000.56
HSL249.23º54.17%28.24%-
HSV(B)249.23º70.27%43.53%-
XYZ4.52.7915.34-
YUV45.48164.98127.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=23.81%
G=17.46%
B=58.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45331110.590.7000.56249.2354.1728.24
Hex2D216F3B46038f9361c
Octal5541157731060703716634
Binary1011011000011101111111011100011001110001111100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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