Shades of Paua #261C51
Tints of Paua #261C51
RGB
CMYK
RGB Variations
Color information
#261C51 (or 0x261C51) is known color: Paua. HEX triplet: 26, 1C and 51. RGB value is (38,28,81). Sum of RGB (Red+Green+Blue) = 38+28+81=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #261C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C51 is #D9E3AE. Grayscale: #242424. Windows color (decimal): -14279599 or 5315622. OLE color: 5315622.
HSL color Cylindrical-coordinate representation of color #261C51: hue angle of 251.32º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261C51 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 28 | 81 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.68 |
| HSL | 251.32º | 0.49% | 0.21% | - |
| HSV(B) | 251.32º | 0.65% | 0.32% | - |
| XYZ | 2.7 | 1.84 | 8 | - |
| YUV | 37.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 81 | 0.53 | 0.65 | 0 | 0.68 | 251.32 | 0.49 | 0.21 |
| Hex | 26 | 1C | 51 | 35 | 41 | 0 | 44 | FB | 31 | 15 |
| Octal | 46 | 34 | 121 | 65 | 101 | 0 | 104 | 373 | 61 | 25 |
| Binary | 100110 | 11100 | 1010001 | 110101 | 1000001 | 0 | 1000100 | 11111011 | 110001 | 10101 |
Color Harmonies of #261C51
Complementary color
Monochromatic Colors of #261C51
Black with #261C51
Text Example
Text Example
White with #261C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C51; }
p { color: rgb(38,28,81); }
H1.HeaderClassName
{
color: #261C51;
}
.AnyTagClassName
{
color: #261C51;
}
</style>
background-color css
<style>
a { background-color: #261C51; }
a { background-color: rgb(38,28,81); }
div.DivClassName
{
background-color: #261C51;
}
.BgClassName
{
background-color: #261C51;
}
</style>
border-color css
<style>
span { border-color: #261C51; }
span { border-color: rgb(38,28,81); }
td.TdClassName
{
border-color: #261C51;
}
.TagClassName
{
border-color: #261C51;
}
</style>