Shades of Paua #261A59
Tints of Paua #261A59
RGB
CMYK
RGB Variations
Color information
#261A59 (or 0x261A59) is known color: Paua. HEX triplet: 26, 1A and 59. RGB value is (38,26,89). Sum of RGB (Red+Green+Blue) = 38+26+89=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #261A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A59 is #D9E5A6. Grayscale: #242424. Windows color (decimal): -14280103 or 5839398. OLE color: 5839398.
HSL color Cylindrical-coordinate representation of color #261A59: hue angle of 251.43º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #261A59 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 26 | 89 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.65 |
| HSL | 251.43º | 0.55% | 0.23% | - |
| HSV(B) | 251.43º | 0.71% | 0.35% | - |
| XYZ | 2.97 | 1.87 | 9.66 | - |
| YUV | 36.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 89 | 0.57 | 0.71 | 0 | 0.65 | 251.43 | 0.55 | 0.23 |
| Hex | 26 | 1A | 59 | 39 | 47 | 0 | 41 | FB | 37 | 17 |
| Octal | 46 | 32 | 131 | 71 | 107 | 0 | 101 | 373 | 67 | 27 |
| Binary | 100110 | 11010 | 1011001 | 111001 | 1000111 | 0 | 1000001 | 11111011 | 110111 | 10111 |
Color Harmonies of #261A59
Complementary color
Monochromatic Colors of #261A59
Black with #261A59
Text Example
Text Example
White with #261A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A59; }
p { color: rgb(38,26,89); }
H1.HeaderClassName
{
color: #261A59;
}
.AnyTagClassName
{
color: #261A59;
}
</style>
background-color css
<style>
a { background-color: #261A59; }
a { background-color: rgb(38,26,89); }
div.DivClassName
{
background-color: #261A59;
}
.BgClassName
{
background-color: #261A59;
}
</style>
border-color css
<style>
span { border-color: #261A59; }
span { border-color: rgb(38,26,89); }
td.TdClassName
{
border-color: #261A59;
}
.TagClassName
{
border-color: #261A59;
}
</style>