#2B1D5C

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

Shades of Paris M #2B1D5C

Tints of Paris M #2B1D5C

Color information

#2B1D5C (or 0x2B1D5C) is unknown color: approx Paris M. HEX triplet: 2B, 1D and 5C. RGB value is (43,29,92). Sum of RGB (Red+Green+Blue) = 43+29+92=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B1D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D5C is #D4E2A3. Grayscale: #282828. Windows color (decimal): -13951652 or 6036779. OLE color: 6036779.

HSL color Cylindrical-coordinate representation of color #2B1D5C: hue angle of 253.33º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B1D5C is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB432992-
CMYK0.530.6800.64
HSL253.33º52.07%23.73%-
HSV(B)253.33º68.48%36.08%-
XYZ3.372.1710.37-
YUV40.37157.14129.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=26.22%
G=17.68%
B=56.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4329920.530.6800.64253.3352.0723.73
Hex2B1D5C3544040fd3418
Octal53351346510401003756430
Binary1010111110110111001101011000100010000001111110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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