#2B1F59

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

Shades of Paris M #2B1F59

Tints of Paris M #2B1F59

Color information

#2B1F59 (or 0x2B1F59) is unknown color: approx Paris M. HEX triplet: 2B, 1F and 59. RGB value is (43,31,89). Sum of RGB (Red+Green+Blue) = 43+31+89=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F59 is #D4E0A6. Grayscale: #282828. Windows color (decimal): -13951143 or 5840683. OLE color: 5840683.

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

Color convert

RGB433189-
CMYK0.520.6500.65
HSL252.41º48.33%23.53%-
HSV(B)252.41º65.17%34.9%-
XYZ3.292.219.71-
YUV41.2154.98129.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=26.38%
G=19.02%
B=54.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4331890.520.6500.65252.4148.3323.53
Hex2B1F593441041fc3018
Octal53371316410101013746030
Binary1010111111110110011101001000001010000011111110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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