#2d205b

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

Shades of Paris M #2D205B

Tints of Paris M #2D205B

Color information

#2D205B (or 0x2D205B) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 5B. RGB value is (45,32,91). Sum of RGB (Red+Green+Blue) = 45+32+91=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205B is #D2DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13819813 or 5972013. OLE color: 5972013.

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

Color convert

RGB453291-
CMYK0.510.6500.64
HSL253.22º47.97%24.12%-
HSV(B)253.22º64.84%35.69%-
XYZ3.492.3510.17-
YUV42.61155.31129.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.79%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=26.79%
G=19.05%
B=54.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4532910.510.6500.64253.2247.9724.12
Hex2D205B3341040fd3018
Octal55401336310101003756030
Binary10110110000010110111100111000001010000001111110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d205b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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