#23175F

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

Shades of Paris M #23175F

Tints of Paris M #23175F

Color information

#23175F (or 0x23175F) is unknown color: approx Paris M. HEX triplet: 23, 17 and 5F. RGB value is (35,23,95). Sum of RGB (Red+Green+Blue) = 35+23+95=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #23175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175F is #DCE8A0. Grayscale: #222222. Windows color (decimal): -14477473 or 6231843. OLE color: 6231843.

HSL color Cylindrical-coordinate representation of color #23175F: hue angle of 250º 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 #23175F is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB352395-
CMYK0.630.7600.63
HSL250º61.02%23.14%-
HSV(B)250º75.79%37.25%-
XYZ3.071.811.01-
YUV34.8161.98128.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=22.88%
G=15.03%
B=62.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3523950.630.7600.6325061.0223.14
Hex23175F3F4C03Ffa3d17
Octal4327137771140773727527
Binary100011101111011111111111100110001111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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