#2B2161

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

Shades of Paris M #2B2161

Tints of Paris M #2B2161

Color information

#2B2161 (or 0x2B2161) is unknown color: approx Paris M. HEX triplet: 2B, 21 and 61. RGB value is (43,33,97). Sum of RGB (Red+Green+Blue) = 43+33+97=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B2161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2161 is #D4DE9E. Grayscale: #2B2B2B. Windows color (decimal): -13950623 or 6365483. OLE color: 6365483.

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

Color convert

RGB433397-
CMYK0.560.6600.62
HSL249.38º49.23%25.49%-
HSV(B)249.38º65.98%38.04%-
XYZ3.72.4611.59-
YUV43.29158.31127.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=24.86%
G=19.08%
B=56.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4333970.560.6600.62249.3849.2325.49
Hex2B2161384203Ef93119
Octal5341141701020763716131
Binary1010111000011100001111000100001001111101111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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