#281562

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

Shades of Paris M #281562

Tints of Paris M #281562

Color information

#281562 (or 0x281562) is unknown color: approx Paris M. HEX triplet: 28, 15 and 62. RGB value is (40,21,98). Sum of RGB (Red+Green+Blue) = 40+21+98=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #281562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281562 is #D7EA9D. Grayscale: #232323. Windows color (decimal): -14150302 or 6427944. OLE color: 6427944.

HSL color Cylindrical-coordinate representation of color #281562: hue angle of 254.81º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281562 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB402198-
CMYK0.590.7900.62
HSL254.81º64.71%23.33%-
HSV(B)254.81º78.57%38.43%-
XYZ3.351.8711.74-
YUV35.46163.29131.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=25.16%
G=13.21%
B=61.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4021980.590.7900.62254.8164.7123.33
Hex2815623B4F03Eff4117
Octal50251427311707637710127
Binary1010001010111000101110111001111011111011111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281562; }

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

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

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

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

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

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

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

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