Shades of Paua #2A245B
Tints of Paua #2A245B
RGB
CMYK
RGB Variations
Color information
#2A245B (or 0x2A245B) is known color: Paua. HEX triplet: 2A, 24 and 5B. RGB value is (42,36,91). Sum of RGB (Red+Green+Blue) = 42+36+91=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A245B is #D5DBA4. Grayscale: #2B2B2B. Windows color (decimal): -14015397 or 5973034. OLE color: 5973034.
HSL color Cylindrical-coordinate representation of color #2A245B: hue angle of 246.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A245B is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 36 | 91 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.64 |
| HSL | 246.55º | 0.43% | 0.25% | - |
| HSV(B) | 246.55º | 0.6% | 0.36% | - |
| XYZ | 3.47 | 2.51 | 10.2 | - |
| YUV | 44.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 91 | 0.54 | 0.60 | 0 | 0.64 | 246.55 | 0.43 | 0.25 |
| Hex | 2A | 24 | 5B | 36 | 3C | 0 | 40 | F7 | 2B | 19 |
| Octal | 52 | 44 | 133 | 66 | 74 | 0 | 100 | 367 | 53 | 31 |
| Binary | 101010 | 100100 | 1011011 | 110110 | 111100 | 0 | 1000000 | 11110111 | 101011 | 11001 |
Color Harmonies of #2A245B
Complementary color
Monochromatic Colors of #2A245B
Black with #2A245B
Text Example
Text Example
White with #2A245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A245B; }
p { color: rgb(42,36,91); }
H1.HeaderClassName
{
color: #2A245B;
}
.AnyTagClassName
{
color: #2A245B;
}
</style>
background-color css
<style>
a { background-color: #2A245B; }
a { background-color: rgb(42,36,91); }
div.DivClassName
{
background-color: #2A245B;
}
.BgClassName
{
background-color: #2A245B;
}
</style>
border-color css
<style>
span { border-color: #2A245B; }
span { border-color: rgb(42,36,91); }
td.TdClassName
{
border-color: #2A245B;
}
.TagClassName
{
border-color: #2A245B;
}
</style>