Shades of Paua #25125B
Tints of Paua #25125B
RGB
CMYK
RGB Variations
Color information
#25125B (or 0x25125B) is known color: Paua. HEX triplet: 25, 12 and 5B. RGB value is (37,18,91). Sum of RGB (Red+Green+Blue) = 37+18+91=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #25125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25125B is #DAEDA4. Grayscale: #1F1F1F. Windows color (decimal): -14347685 or 5968421. OLE color: 5968421.
HSL color Cylindrical-coordinate representation of color #25125B: hue angle of 255.62º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25125B is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 18 | 91 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.64 |
| HSL | 255.62º | 0.67% | 0.21% | - |
| HSV(B) | 255.62º | 0.8% | 0.36% | - |
| XYZ | 2.87 | 1.58 | 10.05 | - |
| YUV | 32 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 91 | 0.59 | 0.80 | 0 | 0.64 | 255.62 | 0.67 | 0.21 |
| Hex | 25 | 12 | 5B | 3B | 50 | 0 | 40 | 100 | 43 | 15 |
| Octal | 45 | 22 | 133 | 73 | 120 | 0 | 100 | 400 | 103 | 25 |
| Binary | 100101 | 10010 | 1011011 | 111011 | 1010000 | 0 | 1000000 | 100000000 | 1000011 | 10101 |
Color Harmonies of #25125B
Complementary color
Monochromatic Colors of #25125B
Black with #25125B
Text Example
Text Example
White with #25125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25125B; }
p { color: rgb(37,18,91); }
H1.HeaderClassName
{
color: #25125B;
}
.AnyTagClassName
{
color: #25125B;
}
</style>
background-color css
<style>
a { background-color: #25125B; }
a { background-color: rgb(37,18,91); }
div.DivClassName
{
background-color: #25125B;
}
.BgClassName
{
background-color: #25125B;
}
</style>
border-color css
<style>
span { border-color: #25125B; }
span { border-color: rgb(37,18,91); }
td.TdClassName
{
border-color: #25125B;
}
.TagClassName
{
border-color: #25125B;
}
</style>