#28185D

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

Shades of Paris M #28185D

Tints of Paris M #28185D

Color information

#28185D (or 0x28185D) is unknown color: approx Paris M. HEX triplet: 28, 18 and 5D. RGB value is (40,24,93). Sum of RGB (Red+Green+Blue) = 40+24+93=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #28185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185D is #D7E7A2. Grayscale: #242424. Windows color (decimal): -14149539 or 6101032. OLE color: 6101032.

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

Color convert

RGB402493-
CMYK0.570.7400.64
HSL253.91º58.97%22.94%-
HSV(B)253.91º74.19%36.47%-
XYZ3.181.8910.55-
YUV36.65159.8130.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=25.48%
G=15.29%
B=59.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4024930.570.7400.64253.9158.9722.94
Hex28185D394A040fe3b17
Octal50301357111201003767327
Binary1010001100010111011110011001010010000001111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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