#281F62

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

Shades of Paris M #281F62

Tints of Paris M #281F62

Color information

#281F62 (or 0x281F62) is unknown color: approx Paris M. HEX triplet: 28, 1F and 62. RGB value is (40,31,98). Sum of RGB (Red+Green+Blue) = 40+31+98=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #281F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F62 is #D7E09D. Grayscale: #292929. Windows color (decimal): -14147742 or 6430504. OLE color: 6430504.

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

Color convert

RGB403198-
CMYK0.590.6800.62
HSL248.06º51.94%25.29%-
HSV(B)248.06º68.37%38.43%-
XYZ3.572.3111.81-
YUV41.33159.98127.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=23.67%
G=18.34%
B=57.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4031980.590.6800.62248.0651.9425.29
Hex281F623B4403Ef83419
Octal5037142731040763706431
Binary101000111111100010111011100010001111101111100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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