#261661

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

Shades of Paris M #261661

Tints of Paris M #261661

Color information

#261661 (or 0x261661) is unknown color: approx Paris M. HEX triplet: 26, 16 and 61. RGB value is (38,22,97). Sum of RGB (Red+Green+Blue) = 38+22+97=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 22 (8.98% from 255 or 14.01% 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 #261661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261661 is #D9E99E. Grayscale: #232323. Windows color (decimal): -14281119 or 6362662. OLE color: 6362662.

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

Color convert

RGB382297-
CMYK0.610.7700.62
HSL252.8º63.03%23.33%-
HSV(B)252.8º77.32%38.04%-
XYZ3.241.8511.5-
YUV35.33162.8129.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=24.20%
G=14.01%
B=61.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3822970.610.7700.62252.863.0323.33
Hex2616613D4D03Efd3f17
Octal4626141751150763757727
Binary100110101101100001111101100110101111101111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261661; }

 p { color: rgb(38,22,97); }

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

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

 a { background-color: rgb(38,22,97); }

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

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

 span { border-color: rgb(38,22,97); }

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