#281968

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

Shades of Paris M #281968

Tints of Paris M #281968

Color information

#281968 (or 0x281968) is unknown color: approx Paris M. HEX triplet: 28, 19 and 68. RGB value is (40,25,104). Sum of RGB (Red+Green+Blue) = 40+25+104=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #281968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281968 is #D7E697. Grayscale: #262626. Windows color (decimal): -14149272 or 6822184. OLE color: 6822184.

HSL color Cylindrical-coordinate representation of color #281968: hue angle of 251.39º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281968 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4025104-
CMYK0.620.7600.59
HSL251.39º61.24%25.29%-
HSV(B)251.39º75.96%40.78%-
XYZ3.722.1513.31-
YUV38.49164.97129.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=23.67%
G=14.79%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40251040.620.7600.59251.3961.2425.29
Hex2819683E4C03Bfb3d19
Octal5031150761140733737531
Binary101000110011101000111110100110001110111111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281968; }

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

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

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

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

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

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

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

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