#28226C

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

Shades of Paris M #28226C

Tints of Paris M #28226C

Color information

#28226C (or 0x28226C) is unknown color: approx Paris M. HEX triplet: 28, 22 and 6C. RGB value is (40,34,108). Sum of RGB (Red+Green+Blue) = 40+34+108=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #28226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28226C is #D7DD93. Grayscale: #2B2B2B. Windows color (decimal): -14146964 or 7086632. OLE color: 7086632.

HSL color Cylindrical-coordinate representation of color #28226C: hue angle of 244.86º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28226C is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4034108-
CMYK0.630.6900.58
HSL244.86º52.11%27.84%-
HSV(B)244.86º68.52%42.35%-
XYZ4.152.6814.49-
YUV44.23163.99124.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=21.98%
G=18.68%
B=59.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40341080.630.6900.58244.8652.1127.84
Hex28226C3F4503Af5341c
Octal5042154771050723656434
Binary1010001000101101100111111100010101110101111010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28226C; }

 p { color: rgb(40,34,108); }

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

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

 a { background-color: rgb(40,34,108); }

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

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

 span { border-color: rgb(40,34,108); }

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