#231961

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

Shades of Paris M #231961

Tints of Paris M #231961

Color information

#231961 (or 0x231961) is unknown color: approx Paris M. HEX triplet: 23, 19 and 61. RGB value is (35,25,97). Sum of RGB (Red+Green+Blue) = 35+25+97=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #231961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231961 is #DCE69E. Grayscale: #232323. Windows color (decimal): -14476959 or 6363427. OLE color: 6363427.

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

Color convert

RGB352597-
CMYK0.640.7400.62
HSL248.33º59.02%23.92%-
HSV(B)248.33º74.23%38.04%-
XYZ3.21.9211.51-
YUV36.2162.31127.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=22.29%
G=15.92%
B=61.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3525970.640.7400.62248.3359.0223.92
Hex231961404A03Ef83b18
Octal43311411001120763707330
Binary1000111100111000011000000100101001111101111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231961; }

 p { color: rgb(35,25,97); }

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

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

 a { background-color: rgb(35,25,97); }

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

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

 span { border-color: rgb(35,25,97); }

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