Shades of Paua #25205F
Tints of Paua #25205F
RGB
CMYK
RGB Variations
Color information
#25205F (or 0x25205F) is known color: Paua. HEX triplet: 25, 20 and 5F. RGB value is (37,32,95). Sum of RGB (Red+Green+Blue) = 37+32+95=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #25205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205F is #DADFA0. Grayscale: #282828. Windows color (decimal): -14344097 or 6234149. OLE color: 6234149.
HSL color Cylindrical-coordinate representation of color #25205F: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25205F is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 32 | 95 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.63 |
| HSL | 244.76º | 0.5% | 0.25% | - |
| HSV(B) | 244.76º | 0.66% | 0.37% | - |
| XYZ | 3.35 | 2.25 | 11.08 | - |
| YUV | 40.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 95 | 0.61 | 0.66 | 0 | 0.63 | 244.76 | 0.5 | 0.25 |
| Hex | 25 | 20 | 5F | 3D | 42 | 0 | 3F | F5 | 32 | 19 |
| Octal | 45 | 40 | 137 | 75 | 102 | 0 | 77 | 365 | 62 | 31 |
| Binary | 100101 | 100000 | 1011111 | 111101 | 1000010 | 0 | 111111 | 11110101 | 110010 | 11001 |
Color Harmonies of #25205F
Complementary color
Monochromatic Colors of #25205F
Black with #25205F
Text Example
Text Example
White with #25205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25205F; }
p { color: rgb(37,32,95); }
H1.HeaderClassName
{
color: #25205F;
}
.AnyTagClassName
{
color: #25205F;
}
</style>
background-color css
<style>
a { background-color: #25205F; }
a { background-color: rgb(37,32,95); }
div.DivClassName
{
background-color: #25205F;
}
.BgClassName
{
background-color: #25205F;
}
</style>
border-color css
<style>
span { border-color: #25205F; }
span { border-color: rgb(37,32,95); }
td.TdClassName
{
border-color: #25205F;
}
.TagClassName
{
border-color: #25205F;
}
</style>