Shades of Paua #262049
Tints of Paua #262049
RGB
CMYK
RGB Variations
Color information
#262049 (or 0x262049) is known color: Paua. HEX triplet: 26, 20 and 49. RGB value is (38,32,73). Sum of RGB (Red+Green+Blue) = 38+32+73=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #262049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262049 is #D9DFB6. Grayscale: #262626. Windows color (decimal): -14278583 or 4792358. OLE color: 4792358.
HSL color Cylindrical-coordinate representation of color #262049: hue angle of 248.78º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #262049 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 32 | 73 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.71 |
| HSL | 248.78º | 0.39% | 0.21% | - |
| HSV(B) | 248.78º | 0.56% | 0.29% | - |
| XYZ | 2.52 | 1.93 | 6.54 | - |
| YUV | 38.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 73 | 0.48 | 0.56 | 0 | 0.71 | 248.78 | 0.39 | 0.21 |
| Hex | 26 | 20 | 49 | 30 | 38 | 0 | 47 | F9 | 27 | 15 |
| Octal | 46 | 40 | 111 | 60 | 70 | 0 | 107 | 371 | 47 | 25 |
| Binary | 100110 | 100000 | 1001001 | 110000 | 111000 | 0 | 1000111 | 11111001 | 100111 | 10101 |
Color Harmonies of #262049
Complementary color
Monochromatic Colors of #262049
Black with #262049
Text Example
Text Example
White with #262049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262049; }
p { color: rgb(38,32,73); }
H1.HeaderClassName
{
color: #262049;
}
.AnyTagClassName
{
color: #262049;
}
</style>
background-color css
<style>
a { background-color: #262049; }
a { background-color: rgb(38,32,73); }
div.DivClassName
{
background-color: #262049;
}
.BgClassName
{
background-color: #262049;
}
</style>
border-color css
<style>
span { border-color: #262049; }
span { border-color: rgb(38,32,73); }
td.TdClassName
{
border-color: #262049;
}
.TagClassName
{
border-color: #262049;
}
</style>