#2D2170

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

Shades of Paris M #2D2170

Tints of Paris M #2D2170

Color information

#2D2170 (or 0x2D2170) is unknown color: approx Paris M. HEX triplet: 2D, 21 and 70. RGB value is (45,33,112). Sum of RGB (Red+Green+Blue) = 45+33+112=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2170 is #D2DE8F. Grayscale: #2D2D2D. Windows color (decimal): -13819536 or 7348525. OLE color: 7348525.

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

Color convert

RGB4533112-
CMYK0.600.7100.56
HSL249.11º54.48%28.43%-
HSV(B)249.11º70.54%43.92%-
XYZ4.552.8215.63-
YUV45.59165.48127.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=23.68%
G=17.37%
B=58.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45331120.600.7100.56249.1154.4828.43
Hex2D21703C47038f9361c
Octal5541160741070703716634
Binary1011011000011110000111100100011101110001111100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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