#281B68

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

Shades of Paris M #281B68

Tints of Paris M #281B68

Color information

#281B68 (or 0x281B68) is unknown color: approx Paris M. HEX triplet: 28, 1B and 68. RGB value is (40,27,104). Sum of RGB (Red+Green+Blue) = 40+27+104=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #281B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B68 is #D7E497. Grayscale: #272727. Windows color (decimal): -14148760 or 6822696. OLE color: 6822696.

HSL color Cylindrical-coordinate representation of color #281B68: hue angle of 250.13º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #281B68 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4027104-
CMYK0.620.7400.59
HSL250.13º58.78%25.69%-
HSV(B)250.13º74.04%40.78%-
XYZ3.772.2313.33-
YUV39.66164.31128.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=23.39%
G=15.79%
B=60.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40271040.620.7400.59250.1358.7825.69
Hex281B683E4A03Bfa3b1a
Octal5033150761120733727332
Binary101000110111101000111110100101001110111111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,27,104); }

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

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

 a { background-color: rgb(40,27,104); }

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

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

 span { border-color: rgb(40,27,104); }

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