#281A61

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

Shades of Paris M #281A61

Tints of Paris M #281A61

Color information

#281A61 (or 0x281A61) is unknown color: approx Paris M. HEX triplet: 28, 1A and 61. RGB value is (40,26,97). Sum of RGB (Red+Green+Blue) = 40+26+97=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #281A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A61 is #D7E59E. Grayscale: #262626. Windows color (decimal): -14149023 or 6363688. OLE color: 6363688.

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

Color convert

RGB402697-
CMYK0.590.7300.62
HSL251.83º57.72%24.12%-
HSV(B)251.83º73.2%38.04%-
XYZ3.42.0511.53-
YUV38.28161.14129.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=24.54%
G=15.95%
B=59.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4026970.590.7300.62251.8357.7224.12
Hex281A613B4903Efc3a18
Octal5032141731110763747230
Binary101000110101100001111011100100101111101111110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A61; }

 p { color: rgb(40,26,97); }

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

<style>
 a { background-color: #281A61; }

 a { background-color: rgb(40,26,97); }

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

<style>
 span { border-color: #281A61; }

 span { border-color: rgb(40,26,97); }

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