Shades of Paua #2A1A58
Tints of Paua #2A1A58
RGB
CMYK
RGB Variations
Color information
#2A1A58 (or 0x2A1A58) is known color: Paua. HEX triplet: 2A, 1A and 58. RGB value is (42,26,88). Sum of RGB (Red+Green+Blue) = 42+26+88=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A58 is #D5E5A7. Grayscale: #252525. Windows color (decimal): -14017960 or 5773866. OLE color: 5773866.
HSL color Cylindrical-coordinate representation of color #2A1A58: hue angle of 255.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A1A58 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 26 | 88 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.65 |
| HSL | 255.48º | 0.54% | 0.22% | - |
| HSV(B) | 255.48º | 0.7% | 0.35% | - |
| XYZ | 3.09 | 1.94 | 9.44 | - |
| YUV | 37.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 88 | 0.52 | 0.70 | 0 | 0.65 | 255.48 | 0.54 | 0.22 |
| Hex | 2A | 1A | 58 | 34 | 46 | 0 | 41 | FF | 36 | 16 |
| Octal | 52 | 32 | 130 | 64 | 106 | 0 | 101 | 377 | 66 | 26 |
| Binary | 101010 | 11010 | 1011000 | 110100 | 1000110 | 0 | 1000001 | 11111111 | 110110 | 10110 |
Color Harmonies of #2A1A58
Complementary color
Monochromatic Colors of #2A1A58
Black with #2A1A58
Text Example
Text Example
White with #2A1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A58; }
p { color: rgb(42,26,88); }
H1.HeaderClassName
{
color: #2A1A58;
}
.AnyTagClassName
{
color: #2A1A58;
}
</style>
background-color css
<style>
a { background-color: #2A1A58; }
a { background-color: rgb(42,26,88); }
div.DivClassName
{
background-color: #2A1A58;
}
.BgClassName
{
background-color: #2A1A58;
}
</style>
border-color css
<style>
span { border-color: #2A1A58; }
span { border-color: rgb(42,26,88); }
td.TdClassName
{
border-color: #2A1A58;
}
.TagClassName
{
border-color: #2A1A58;
}
</style>