#28155D

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

Shades of Paris M #28155D

Tints of Paris M #28155D

Color information

#28155D (or 0x28155D) is unknown color: approx Paris M. HEX triplet: 28, 15 and 5D. RGB value is (40,21,93). Sum of RGB (Red+Green+Blue) = 40+21+93=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #28155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28155D is #D7EAA2. Grayscale: #222222. Windows color (decimal): -14150307 or 6100264. OLE color: 6100264.

HSL color Cylindrical-coordinate representation of color #28155D: hue angle of 255.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28155D is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB402193-
CMYK0.570.7700.64
HSL255.83º63.16%22.35%-
HSV(B)255.83º77.42%36.47%-
XYZ3.121.7810.53-
YUV34.89160.79131.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=25.97%
G=13.64%
B=60.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4021930.570.7700.64255.8363.1622.35
Hex28155D394D0401003f16
Octal50251357111501004007726
Binary10100010101101110111100110011010100000010000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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