Shades of Paua #25215E
Tints of Paua #25215E
RGB
CMYK
RGB Variations
Color information
#25215E (or 0x25215E) is known color: Paua. HEX triplet: 25, 21 and 5E. RGB value is (37,33,94). Sum of RGB (Red+Green+Blue) = 37+33+94=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #25215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215E is #DADEA1. Grayscale: #282828. Windows color (decimal): -14343842 or 6168869. OLE color: 6168869.
HSL color Cylindrical-coordinate representation of color #25215E: hue angle of 243.93º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25215E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 33 | 94 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.63 |
| HSL | 243.93º | 0.48% | 0.25% | - |
| HSV(B) | 243.93º | 0.65% | 0.37% | - |
| XYZ | 3.33 | 2.29 | 10.86 | - |
| YUV | 41.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 94 | 0.61 | 0.65 | 0 | 0.63 | 243.93 | 0.48 | 0.25 |
| Hex | 25 | 21 | 5E | 3D | 41 | 0 | 3F | F4 | 30 | 19 |
| Octal | 45 | 41 | 136 | 75 | 101 | 0 | 77 | 364 | 60 | 31 |
| Binary | 100101 | 100001 | 1011110 | 111101 | 1000001 | 0 | 111111 | 11110100 | 110000 | 11001 |
Color Harmonies of #25215E
Complementary color
Monochromatic Colors of #25215E
Black with #25215E
Text Example
Text Example
White with #25215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25215E; }
p { color: rgb(37,33,94); }
H1.HeaderClassName
{
color: #25215E;
}
.AnyTagClassName
{
color: #25215E;
}
</style>
background-color css
<style>
a { background-color: #25215E; }
a { background-color: rgb(37,33,94); }
div.DivClassName
{
background-color: #25215E;
}
.BgClassName
{
background-color: #25215E;
}
</style>
border-color css
<style>
span { border-color: #25215E; }
span { border-color: rgb(37,33,94); }
td.TdClassName
{
border-color: #25215E;
}
.TagClassName
{
border-color: #25215E;
}
</style>