Shades of Paris M #261A5D
Tints of Paris M #261A5D
RGB
CMYK
RGB Variations
Color information
#261A5D (or 0x261A5D) is known color: Paris M. HEX triplet: 26, 1A and 5D. RGB value is (38,26,93). Sum of RGB (Red+Green+Blue) = 38+26+93=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #261A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A5D is #D9E5A2. Grayscale: #242424. Windows color (decimal): -14280099 or 6101542. OLE color: 6101542.
HSL color Cylindrical-coordinate representation of color #261A5D: hue angle of 250.75º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #261A5D is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 26 | 93 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.64 |
| HSL | 250.75º | 0.56% | 0.23% | - |
| HSV(B) | 250.75º | 0.72% | 0.36% | - |
| XYZ | 3.14 | 1.94 | 10.56 | - |
| YUV | 37.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 93 | 0.59 | 0.72 | 0 | 0.64 | 250.75 | 0.56 | 0.23 |
| Hex | 26 | 1A | 5D | 3B | 48 | 0 | 40 | FB | 38 | 17 |
| Octal | 46 | 32 | 135 | 73 | 110 | 0 | 100 | 373 | 70 | 27 |
| Binary | 100110 | 11010 | 1011101 | 111011 | 1001000 | 0 | 1000000 | 11111011 | 111000 | 10111 |
Color Harmonies of #261A5D
Complementary color
Monochromatic Colors of #261A5D
Black with #261A5D
Text Example
Text Example
White with #261A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A5D; }
p { color: rgb(38,26,93); }
H1.HeaderClassName
{
color: #261A5D;
}
.AnyTagClassName
{
color: #261A5D;
}
</style>
background-color css
<style>
a { background-color: #261A5D; }
a { background-color: rgb(38,26,93); }
div.DivClassName
{
background-color: #261A5D;
}
.BgClassName
{
background-color: #261A5D;
}
</style>
border-color css
<style>
span { border-color: #261A5D; }
span { border-color: rgb(38,26,93); }
td.TdClassName
{
border-color: #261A5D;
}
.TagClassName
{
border-color: #261A5D;
}
</style>