Shades of Paua #2A265B
Tints of Paua #2A265B
RGB
CMYK
RGB Variations
Color information
#2A265B (or 0x2A265B) is known color: Paua. HEX triplet: 2A, 26 and 5B. RGB value is (42,38,91). Sum of RGB (Red+Green+Blue) = 42+38+91=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A265B is #D5D9A4. Grayscale: #2D2D2D. Windows color (decimal): -14014885 or 5973546. OLE color: 5973546.
HSL color Cylindrical-coordinate representation of color #2A265B: hue angle of 244.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A265B is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 38 | 91 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.64 |
| HSL | 244.53º | 0.41% | 0.25% | - |
| HSV(B) | 244.53º | 0.58% | 0.36% | - |
| XYZ | 3.54 | 2.63 | 10.22 | - |
| YUV | 45.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 91 | 0.54 | 0.58 | 0 | 0.64 | 244.53 | 0.41 | 0.25 |
| Hex | 2A | 26 | 5B | 36 | 3A | 0 | 40 | F5 | 29 | 19 |
| Octal | 52 | 46 | 133 | 66 | 72 | 0 | 100 | 365 | 51 | 31 |
| Binary | 101010 | 100110 | 1011011 | 110110 | 111010 | 0 | 1000000 | 11110101 | 101001 | 11001 |
Color Harmonies of #2A265B
Complementary color
Monochromatic Colors of #2A265B
Black with #2A265B
Text Example
Text Example
White with #2A265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A265B; }
p { color: rgb(42,38,91); }
H1.HeaderClassName
{
color: #2A265B;
}
.AnyTagClassName
{
color: #2A265B;
}
</style>
background-color css
<style>
a { background-color: #2A265B; }
a { background-color: rgb(42,38,91); }
div.DivClassName
{
background-color: #2A265B;
}
.BgClassName
{
background-color: #2A265B;
}
</style>
border-color css
<style>
span { border-color: #2A265B; }
span { border-color: rgb(42,38,91); }
td.TdClassName
{
border-color: #2A265B;
}
.TagClassName
{
border-color: #2A265B;
}
</style>