#2D275C

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

Shades of Paris M #2D275C

Tints of Paris M #2D275C

Color information

#2D275C (or 0x2D275C) is unknown color: approx Paris M. HEX triplet: 2D, 27 and 5C. RGB value is (45,39,92). Sum of RGB (Red+Green+Blue) = 45+39+92=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D275C is #D2D8A3. Grayscale: #2E2E2E. Windows color (decimal): -13818020 or 6039341. OLE color: 6039341.

HSL color Cylindrical-coordinate representation of color #2D275C: hue angle of 246.79º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D275C is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB453992-
CMYK0.510.5800.64
HSL246.79º40.46%25.69%-
HSV(B)246.79º57.61%36.08%-
XYZ3.742.7810.47-
YUV46.84153.49126.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.57%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=25.57%
G=22.16%
B=52.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4539920.510.5800.64246.7940.4625.69
Hex2D275C333A040f7281a
Octal5547134637201003675032
Binary1011011001111011100110011111010010000001111011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,92); }

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

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

 a { background-color: rgb(45,39,92); }

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

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

 span { border-color: rgb(45,39,92); }

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