#2D2069

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

Shades of Paris M #2D2069

Tints of Paris M #2D2069

Color information

#2D2069 (or 0x2D2069) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 69. RGB value is (45,32,105). Sum of RGB (Red+Green+Blue) = 45+32+105=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2069 is #D2DF96. Grayscale: #2B2B2B. Windows color (decimal): -13819799 or 6889517. OLE color: 6889517.

HSL color Cylindrical-coordinate representation of color #2D2069: hue angle of 250.68º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2069 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4532105-
CMYK0.570.7000.59
HSL250.68º53.28%26.86%-
HSV(B)250.68º69.52%41.18%-
XYZ4.152.6113.65-
YUV44.21162.31128.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.73%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=24.73%
G=17.58%
B=57.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45321050.570.7000.59250.6853.2826.86
Hex2D2069394603Bfb351b
Octal5540151711060733736533
Binary1011011000001101001111001100011001110111111101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,105); }

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

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

 a { background-color: rgb(45,32,105); }

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

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

 span { border-color: rgb(45,32,105); }

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