#2B2061

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

Shades of Paris M #2B2061

Tints of Paris M #2B2061

Color information

#2B2061 (or 0x2B2061) is unknown color: approx Paris M. HEX triplet: 2B, 20 and 61. RGB value is (43,32,97). Sum of RGB (Red+Green+Blue) = 43+32+97=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2061 is #D4DF9E. Grayscale: #2A2A2A. Windows color (decimal): -13950879 or 6365227. OLE color: 6365227.

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

Color convert

RGB433297-
CMYK0.560.6700.62
HSL250.15º50.39%25.29%-
HSV(B)250.15º67.01%38.04%-
XYZ3.672.4111.58-
YUV42.7158.64128.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=25%
G=18.60%
B=56.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4332970.560.6700.62250.1550.3925.29
Hex2B2061384303Efa3219
Octal5340141701030763726231
Binary1010111000001100001111000100001101111101111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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