Shades of Paua #261A51
Tints of Paua #261A51
RGB
CMYK
RGB Variations
Color information
#261A51 (or 0x261A51) is known color: Paua. HEX triplet: 26, 1A and 51. RGB value is (38,26,81). Sum of RGB (Red+Green+Blue) = 38+26+81=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #261A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A51 is #D9E5AE. Grayscale: #232323. Windows color (decimal): -14280111 or 5315110. OLE color: 5315110.
HSL color Cylindrical-coordinate representation of color #261A51: hue angle of 253.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261A51 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 26 | 81 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.68 |
| HSL | 253.09º | 0.51% | 0.21% | - |
| HSV(B) | 253.09º | 0.68% | 0.32% | - |
| XYZ | 2.65 | 1.74 | 7.98 | - |
| YUV | 35.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 81 | 0.53 | 0.68 | 0 | 0.68 | 253.09 | 0.51 | 0.21 |
| Hex | 26 | 1A | 51 | 35 | 44 | 0 | 44 | FD | 33 | 15 |
| Octal | 46 | 32 | 121 | 65 | 104 | 0 | 104 | 375 | 63 | 25 |
| Binary | 100110 | 11010 | 1010001 | 110101 | 1000100 | 0 | 1000100 | 11111101 | 110011 | 10101 |
Color Harmonies of #261A51
Complementary color
Monochromatic Colors of #261A51
Black with #261A51
Text Example
Text Example
White with #261A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A51; }
p { color: rgb(38,26,81); }
H1.HeaderClassName
{
color: #261A51;
}
.AnyTagClassName
{
color: #261A51;
}
</style>
background-color css
<style>
a { background-color: #261A51; }
a { background-color: rgb(38,26,81); }
div.DivClassName
{
background-color: #261A51;
}
.BgClassName
{
background-color: #261A51;
}
</style>
border-color css
<style>
span { border-color: #261A51; }
span { border-color: rgb(38,26,81); }
td.TdClassName
{
border-color: #261A51;
}
.TagClassName
{
border-color: #261A51;
}
</style>