#23135F

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

Shades of Paris M #23135F

Tints of Paris M #23135F

Color information

#23135F (or 0x23135F) is unknown color: approx Paris M. HEX triplet: 23, 13 and 5F. RGB value is (35,19,95). Sum of RGB (Red+Green+Blue) = 35+19+95=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #23135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135F is #DCECA0. Grayscale: #202020. Windows color (decimal): -14478497 or 6230819. OLE color: 6230819.

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

Color convert

RGB351995-
CMYK0.630.8000.63
HSL252.63º66.67%22.35%-
HSV(B)252.63º80%37.25%-
XYZ2.991.6510.99-
YUV32.45163.3129.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 95 (37.5% from 255) = 63.76%
R=23.49%
G=12.75%
B=63.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3519950.630.8000.63252.6366.6722.35
Hex23135F3F5003Ffd4316
Octal43231377712007737510326
Binary1000111001110111111111111010000011111111111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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