#281964

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

Shades of Paris M #281964

Tints of Paris M #281964

Color information

#281964 (or 0x281964) is unknown color: approx Paris M. HEX triplet: 28, 19 and 64. RGB value is (40,25,100). Sum of RGB (Red+Green+Blue) = 40+25+100=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #281964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281964 is #D7E69B. Grayscale: #252525. Windows color (decimal): -14149276 or 6560040. OLE color: 6560040.

HSL color Cylindrical-coordinate representation of color #281964: hue angle of 252º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281964 is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4025100-
CMYK0.60.7500.61
HSL252º60%24.51%-
HSV(B)252º75%39.22%-
XYZ3.522.0712.27-
YUV38.03162.97129.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 100 (39.45% from 255) = 60.61%
R=24.24%
G=15.15%
B=60.61%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40251000.60.7500.612526024.51
Hex2819643C4B03Dfc3c19
Octal5031144741130753747431
Binary101000110011100100111100100101101111011111110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281964; }

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

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

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

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

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

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

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

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