#281960

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

Shades of Paris M #281960

Tints of Paris M #281960

Color information

#281960 (or 0x281960) is unknown color: approx Paris M. HEX triplet: 28, 19 and 60. RGB value is (40,25,96). Sum of RGB (Red+Green+Blue) = 40+25+96=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #281960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281960 is #D7E69F. Grayscale: #252525. Windows color (decimal): -14149280 or 6297896. OLE color: 6297896.

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

Color convert

RGB402596-
CMYK0.580.7400.62
HSL252.68º58.68%23.73%-
HSV(B)252.68º73.96%37.65%-
XYZ3.331.9911.27-
YUV37.58160.97129.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=24.84%
G=15.53%
B=59.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4025960.580.7400.62252.6858.6823.73
Hex2819603A4A03Efd3b18
Octal5031140721120763757330
Binary101000110011100000111010100101001111101111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281960; }

 p { color: rgb(40,25,96); }

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

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

 a { background-color: rgb(40,25,96); }

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

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

 span { border-color: rgb(40,25,96); }

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