Shades of Paua #25145B
Tints of Paua #25145B
RGB
CMYK
RGB Variations
Color information
#25145B (or 0x25145B) is known color: Paua. HEX triplet: 25, 14 and 5B. RGB value is (37,20,91). Sum of RGB (Red+Green+Blue) = 37+20+91=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #25145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25145B is #DAEBA4. Grayscale: #202020. Windows color (decimal): -14347173 or 5968933. OLE color: 5968933.
HSL color Cylindrical-coordinate representation of color #25145B: hue angle of 254.37º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25145B is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 20 | 91 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.64 |
| HSL | 254.37º | 0.64% | 0.22% | - |
| HSV(B) | 254.37º | 0.78% | 0.36% | - |
| XYZ | 2.9 | 1.65 | 10.06 | - |
| YUV | 33.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 91 | 0.59 | 0.78 | 0 | 0.64 | 254.37 | 0.64 | 0.22 |
| Hex | 25 | 14 | 5B | 3B | 4E | 0 | 40 | FE | 40 | 16 |
| Octal | 45 | 24 | 133 | 73 | 116 | 0 | 100 | 376 | 100 | 26 |
| Binary | 100101 | 10100 | 1011011 | 111011 | 1001110 | 0 | 1000000 | 11111110 | 1000000 | 10110 |
Color Harmonies of #25145B
Complementary color
Monochromatic Colors of #25145B
Black with #25145B
Text Example
Text Example
White with #25145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25145B; }
p { color: rgb(37,20,91); }
H1.HeaderClassName
{
color: #25145B;
}
.AnyTagClassName
{
color: #25145B;
}
</style>
background-color css
<style>
a { background-color: #25145B; }
a { background-color: rgb(37,20,91); }
div.DivClassName
{
background-color: #25145B;
}
.BgClassName
{
background-color: #25145B;
}
</style>
border-color css
<style>
span { border-color: #25145B; }
span { border-color: rgb(37,20,91); }
td.TdClassName
{
border-color: #25145B;
}
.TagClassName
{
border-color: #25145B;
}
</style>