#2D2478

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

Shades of Paris M #2D2478

Tints of Paris M #2D2478

Color information

#2D2478 (or 0x2D2478) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 78. RGB value is (45,36,120). Sum of RGB (Red+Green+Blue) = 45+36+120=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2478 is #D2DB87. Grayscale: #2F2F2F. Windows color (decimal): -13818760 or 7873581. OLE color: 7873581.

HSL color Cylindrical-coordinate representation of color #2D2478: hue angle of 246.43º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2478 is Cyan = 0.63, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4536120-
CMYK0.630.700.53
HSL246.43º53.85%30.59%-
HSV(B)246.43º70%47.06%-
XYZ5.13.1818.11-
YUV48.27168.48125.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=22.39%
G=17.91%
B=59.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45361200.630.700.53246.4353.8530.59
Hex2D24783F46035f6361f
Octal5544170771060653666637
Binary1011011001001111000111111100011001101011111011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,120); }

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

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

 a { background-color: rgb(45,36,120); }

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

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

 span { border-color: rgb(45,36,120); }

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