#28206A

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

Shades of Paris M #28206A

Tints of Paris M #28206A

Color information

#28206A (or 0x28206A) is unknown color: approx Paris M. HEX triplet: 28, 20 and 6A. RGB value is (40,32,106). Sum of RGB (Red+Green+Blue) = 40+32+106=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #28206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206A is #D7DF95. Grayscale: #2A2A2A. Windows color (decimal): -14147478 or 6955048. OLE color: 6955048.

HSL color Cylindrical-coordinate representation of color #28206A: hue angle of 246.49º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28206A is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4032106-
CMYK0.620.7000.58
HSL246.49º53.62%27.06%-
HSV(B)246.49º69.81%41.57%-
XYZ3.992.5213.91-
YUV42.83163.65125.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=22.47%
G=17.98%
B=59.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40321060.620.7000.58246.4953.6227.06
Hex28206A3E4603Af6361b
Octal5040152761060723666633
Binary1010001000001101010111110100011001110101111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28206A; }

 p { color: rgb(40,32,106); }

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

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

 a { background-color: rgb(40,32,106); }

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

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

 span { border-color: rgb(40,32,106); }

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