#28155E

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

Shades of Paris M #28155E

Tints of Paris M #28155E

Color information

#28155E (or 0x28155E) is unknown color: approx Paris M. HEX triplet: 28, 15 and 5E. RGB value is (40,21,94). Sum of RGB (Red+Green+Blue) = 40+21+94=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #28155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28155E is #D7EAA1. Grayscale: #222222. Windows color (decimal): -14150306 or 6165800. OLE color: 6165800.

HSL color Cylindrical-coordinate representation of color #28155E: hue angle of 255.62º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28155E is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB402194-
CMYK0.570.7800.63
HSL255.62º63.48%22.55%-
HSV(B)255.62º77.66%36.86%-
XYZ3.161.810.77-
YUV35161.29131.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=25.81%
G=13.55%
B=60.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4021940.570.7800.63255.6263.4822.55
Hex28155E394E03F1003f17
Octal5025136711160774007727
Binary1010001010110111101110011001110011111110000000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28155E; }

 p { color: rgb(40,21,94); }

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

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

 a { background-color: rgb(40,21,94); }

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

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

 span { border-color: rgb(40,21,94); }

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