#281F6A

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

Shades of Paris M #281F6A

Tints of Paris M #281F6A

Color information

#281F6A (or 0x281F6A) is unknown color: approx Paris M. HEX triplet: 28, 1F and 6A. RGB value is (40,31,106). Sum of RGB (Red+Green+Blue) = 40+31+106=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #281F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F6A is #D7E095. Grayscale: #292929. Windows color (decimal): -14147734 or 6954792. OLE color: 6954792.

HSL color Cylindrical-coordinate representation of color #281F6A: hue angle of 247.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #281F6A is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4031106-
CMYK0.620.7100.58
HSL247.2º54.74%26.86%-
HSV(B)247.2º70.75%41.57%-
XYZ3.972.4713.9-
YUV42.24163.98126.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 106 (41.80% from 255) = 59.89%
R=22.60%
G=17.51%
B=59.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40311060.620.7100.58247.254.7426.86
Hex281F6A3E4703Af7371b
Octal5037152761070723676733
Binary101000111111101010111110100011101110101111011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,31,106); }

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

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

 a { background-color: rgb(40,31,106); }

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

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

 span { border-color: rgb(40,31,106); }

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