Shades of Paua #261E52
Tints of Paua #261E52
RGB
CMYK
RGB Variations
Color information
#261E52 (or 0x261E52) is known color: Paua. HEX triplet: 26, 1E and 52. RGB value is (38,30,82). Sum of RGB (Red+Green+Blue) = 38+30+82=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #261E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E52 is #D9E1AD. Grayscale: #262626. Windows color (decimal): -14279086 or 5381670. OLE color: 5381670.
HSL color Cylindrical-coordinate representation of color #261E52: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #261E52 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 30 | 82 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.68 |
| HSL | 249.23º | 0.46% | 0.22% | - |
| HSV(B) | 249.23º | 0.63% | 0.32% | - |
| XYZ | 2.79 | 1.95 | 8.21 | - |
| YUV | 38.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 82 | 0.54 | 0.63 | 0 | 0.68 | 249.23 | 0.46 | 0.22 |
| Hex | 26 | 1E | 52 | 36 | 3F | 0 | 44 | F9 | 2E | 16 |
| Octal | 46 | 36 | 122 | 66 | 77 | 0 | 104 | 371 | 56 | 26 |
| Binary | 100110 | 11110 | 1010010 | 110110 | 111111 | 0 | 1000100 | 11111001 | 101110 | 10110 |
Color Harmonies of #261E52
Complementary color
Monochromatic Colors of #261E52
Black with #261E52
Text Example
Text Example
White with #261E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E52; }
p { color: rgb(38,30,82); }
H1.HeaderClassName
{
color: #261E52;
}
.AnyTagClassName
{
color: #261E52;
}
</style>
background-color css
<style>
a { background-color: #261E52; }
a { background-color: rgb(38,30,82); }
div.DivClassName
{
background-color: #261E52;
}
.BgClassName
{
background-color: #261E52;
}
</style>
border-color css
<style>
span { border-color: #261E52; }
span { border-color: rgb(38,30,82); }
td.TdClassName
{
border-color: #261E52;
}
.TagClassName
{
border-color: #261E52;
}
</style>