Shades of Paua #2A275C
Tints of Paua #2A275C
RGB
CMYK
RGB Variations
Color information
#2A275C (or 0x2A275C) is known color: Paua. HEX triplet: 2A, 27 and 5C. RGB value is (42,39,92). Sum of RGB (Red+Green+Blue) = 42+39+92=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A275C is #D5D8A3. Grayscale: #2D2D2D. Windows color (decimal): -14014628 or 6039338. OLE color: 6039338.
HSL color Cylindrical-coordinate representation of color #2A275C: hue angle of 243.4º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A275C is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 39 | 92 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.64 |
| HSL | 243.4º | 0.4% | 0.26% | - |
| HSV(B) | 243.4º | 0.58% | 0.36% | - |
| XYZ | 3.61 | 2.72 | 10.46 | - |
| YUV | 45.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 92 | 0.54 | 0.58 | 0 | 0.64 | 243.4 | 0.4 | 0.26 |
| Hex | 2A | 27 | 5C | 36 | 3A | 0 | 40 | F3 | 28 | 1A |
| Octal | 52 | 47 | 134 | 66 | 72 | 0 | 100 | 363 | 50 | 32 |
| Binary | 101010 | 100111 | 1011100 | 110110 | 111010 | 0 | 1000000 | 11110011 | 101000 | 11010 |
Color Harmonies of #2A275C
Complementary color
Monochromatic Colors of #2A275C
Black with #2A275C
Text Example
Text Example
White with #2A275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A275C; }
p { color: rgb(42,39,92); }
H1.HeaderClassName
{
color: #2A275C;
}
.AnyTagClassName
{
color: #2A275C;
}
</style>
background-color css
<style>
a { background-color: #2A275C; }
a { background-color: rgb(42,39,92); }
div.DivClassName
{
background-color: #2A275C;
}
.BgClassName
{
background-color: #2A275C;
}
</style>
border-color css
<style>
span { border-color: #2A275C; }
span { border-color: rgb(42,39,92); }
td.TdClassName
{
border-color: #2A275C;
}
.TagClassName
{
border-color: #2A275C;
}
</style>