Shades of Paua #25205A
Tints of Paua #25205A
RGB
CMYK
RGB Variations
Color information
#25205A (or 0x25205A) is known color: Paua. HEX triplet: 25, 20 and 5A. RGB value is (37,32,90). Sum of RGB (Red+Green+Blue) = 37+32+90=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #25205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205A is #DADFA5. Grayscale: #272727. Windows color (decimal): -14344102 or 5906469. OLE color: 5906469.
HSL color Cylindrical-coordinate representation of color #25205A: hue angle of 245.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25205A is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 32 | 90 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.65 |
| HSL | 245.17º | 0.48% | 0.24% | - |
| HSV(B) | 245.17º | 0.64% | 0.35% | - |
| XYZ | 3.12 | 2.16 | 9.93 | - |
| YUV | 40.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 90 | 0.59 | 0.64 | 0 | 0.65 | 245.17 | 0.48 | 0.24 |
| Hex | 25 | 20 | 5A | 3B | 40 | 0 | 41 | F5 | 30 | 18 |
| Octal | 45 | 40 | 132 | 73 | 100 | 0 | 101 | 365 | 60 | 30 |
| Binary | 100101 | 100000 | 1011010 | 111011 | 1000000 | 0 | 1000001 | 11110101 | 110000 | 11000 |
Color Harmonies of #25205A
Complementary color
Monochromatic Colors of #25205A
Black with #25205A
Text Example
Text Example
White with #25205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25205A; }
p { color: rgb(37,32,90); }
H1.HeaderClassName
{
color: #25205A;
}
.AnyTagClassName
{
color: #25205A;
}
</style>
background-color css
<style>
a { background-color: #25205A; }
a { background-color: rgb(37,32,90); }
div.DivClassName
{
background-color: #25205A;
}
.BgClassName
{
background-color: #25205A;
}
</style>
border-color css
<style>
span { border-color: #25205A; }
span { border-color: rgb(37,32,90); }
td.TdClassName
{
border-color: #25205A;
}
.TagClassName
{
border-color: #25205A;
}
</style>