#28175F

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

Shades of Paris M #28175F

Tints of Paris M #28175F

Color information

#28175F (or 0x28175F) is unknown color: approx Paris M. HEX triplet: 28, 17 and 5F. RGB value is (40,23,95). Sum of RGB (Red+Green+Blue) = 40+23+95=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #28175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28175F is #D7E8A0. Grayscale: #242424. Windows color (decimal): -14149793 or 6231848. OLE color: 6231848.

HSL color Cylindrical-coordinate representation of color #28175F: hue angle of 254.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28175F is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB402395-
CMYK0.580.7600.63
HSL254.17º61.02%23.14%-
HSV(B)254.17º75.79%37.25%-
XYZ3.251.8911.02-
YUV36.29161.13130.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=25.32%
G=14.56%
B=60.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4023950.580.7600.63254.1761.0223.14
Hex28175F3A4C03Ffe3d17
Octal5027137721140773767527
Binary101000101111011111111010100110001111111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28175F; }

 p { color: rgb(40,23,95); }

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

<style>
 a { background-color: #28175F; }

 a { background-color: rgb(40,23,95); }

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

<style>
 span { border-color: #28175F; }

 span { border-color: rgb(40,23,95); }

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