#2B1961

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

Shades of Paris M #2B1961

Tints of Paris M #2B1961

Color information

#2B1961 (or 0x2B1961) is unknown color: approx Paris M. HEX triplet: 2B, 19 and 61. RGB value is (43,25,97). Sum of RGB (Red+Green+Blue) = 43+25+97=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B1961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1961 is #D4E69E. Grayscale: #262626. Windows color (decimal): -13952671 or 6363435. OLE color: 6363435.

HSL color Cylindrical-coordinate representation of color #2B1961: hue angle of 255º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B1961 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB432597-
CMYK0.560.7400.62
HSL255º59.02%23.92%-
HSV(B)255º74.23%38.04%-
XYZ3.52.0711.52-
YUV38.59160.96131.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=26.06%
G=15.15%
B=58.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4325970.560.7400.6225559.0223.92
Hex2B1961384A03Eff3b18
Octal5331141701120763777330
Binary101011110011100001111000100101001111101111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,97); }

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

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

 a { background-color: rgb(43,25,97); }

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

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

 span { border-color: rgb(43,25,97); }

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