#2B1D59

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

Shades of Paris M #2B1D59

Tints of Paris M #2B1D59

Color information

#2B1D59 (or 0x2B1D59) is unknown color: approx Paris M. HEX triplet: 2B, 1D and 59. RGB value is (43,29,89). Sum of RGB (Red+Green+Blue) = 43+29+89=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D59 is #D4E2A6. Grayscale: #272727. Windows color (decimal): -13951655 or 5840171. OLE color: 5840171.

HSL color Cylindrical-coordinate representation of color #2B1D59: hue angle of 254º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B1D59 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB432989-
CMYK0.520.6700.65
HSL254º50.85%23.14%-
HSV(B)254º67.42%34.9%-
XYZ3.242.119.69-
YUV40.03155.64130.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=26.71%
G=18.01%
B=55.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4329890.520.6700.6525450.8523.14
Hex2B1D593443041fe3317
Octal53351316410301013766327
Binary1010111110110110011101001000011010000011111111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,89); }

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

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

 a { background-color: rgb(43,29,89); }

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

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

 span { border-color: rgb(43,29,89); }

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