#231560

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

Shades of Paris M #231560

Tints of Paris M #231560

Color information

#231560 (or 0x231560) is unknown color: approx Paris M. HEX triplet: 23, 15 and 60. RGB value is (35,21,96). Sum of RGB (Red+Green+Blue) = 35+21+96=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #231560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231560 is #DCEA9F. Grayscale: #212121. Windows color (decimal): -14477984 or 6296867. OLE color: 6296867.

HSL color Cylindrical-coordinate representation of color #231560: hue angle of 251.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231560 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB352196-
CMYK0.640.7800.62
HSL251.2º64.1%22.94%-
HSV(B)251.2º78.12%37.65%-
XYZ3.071.7411.24-
YUV33.74163.14128.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=23.03%
G=13.82%
B=63.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3521960.640.7800.62251.264.122.94
Hex231560404E03Efb4017
Octal432514010011607637310027
Binary10001110101110000010000001001110011111011111011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231560; }

 p { color: rgb(35,21,96); }

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

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

 a { background-color: rgb(35,21,96); }

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

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

 span { border-color: rgb(35,21,96); }

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