#23115f

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

Shades of Paris M #23115F

Tints of Paris M #23115F

Color information

#23115F (or 0x23115F) is unknown color: approx Paris M. HEX triplet: 23, 11 and 5F. RGB value is (35,17,95). Sum of RGB (Red+Green+Blue) = 35+17+95=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #23115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115F is #DCEEA0. Grayscale: #1E1E1E. Windows color (decimal): -14479009 or 6230307. OLE color: 6230307.

HSL color Cylindrical-coordinate representation of color #23115F: hue angle of 253.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23115F is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB351795-
CMYK0.630.8200.63
HSL253.85º69.64%21.96%-
HSV(B)253.85º82.11%37.25%-
XYZ2.961.5810.98-
YUV31.27163.96130.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 95 (37.5% from 255) = 64.63%
R=23.81%
G=11.56%
B=64.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3517950.630.8200.63253.8569.6421.96
Hex23115F3F5203Ffe4616
Octal43211377712207737610626
Binary1000111000110111111111111010010011111111111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23115f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23115f; }

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

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

<style>
 a { background-color: #23115f; }

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

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

<style>
 span { border-color: #23115f; }

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

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