#281A5E

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

Shades of Paris M #281A5E

Tints of Paris M #281A5E

Color information

#281A5E (or 0x281A5E) is unknown color: approx Paris M. HEX triplet: 28, 1A and 5E. RGB value is (40,26,94). Sum of RGB (Red+Green+Blue) = 40+26+94=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #281A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A5E is #D7E5A1. Grayscale: #252525. Windows color (decimal): -14149026 or 6167080. OLE color: 6167080.

HSL color Cylindrical-coordinate representation of color #281A5E: hue angle of 252.35º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281A5E is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB402694-
CMYK0.570.7200.63
HSL252.35º56.67%23.53%-
HSV(B)252.35º72.34%36.86%-
XYZ3.26210.8-
YUV37.94159.64129.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 94 (37.11% from 255) = 58.75%
R=25%
G=16.25%
B=58.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4026940.570.7200.63252.3556.6723.53
Hex281A5E394803Ffc3918
Octal5032136711100773747130
Binary101000110101011110111001100100001111111111110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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