#281D61

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

Shades of Paris M #281D61

Tints of Paris M #281D61

Color information

#281D61 (or 0x281D61) is unknown color: approx Paris M. HEX triplet: 28, 1D and 61. RGB value is (40,29,97). Sum of RGB (Red+Green+Blue) = 40+29+97=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #281D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D61 is #D7E29E. Grayscale: #272727. Windows color (decimal): -14148255 or 6364456. OLE color: 6364456.

HSL color Cylindrical-coordinate representation of color #281D61: hue angle of 249.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281D61 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB402997-
CMYK0.590.7000.62
HSL249.71º53.97%24.71%-
HSV(B)249.71º70.1%38.04%-
XYZ3.472.1911.55-
YUV40.04160.14127.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=24.10%
G=17.47%
B=58.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4029970.590.7000.62249.7153.9724.71
Hex281D613B4603Efa3619
Octal5035141731060763726631
Binary101000111011100001111011100011001111101111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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