Shades of Paua #25115B
Tints of Paua #25115B
RGB
CMYK
RGB Variations
Color information
#25115B (or 0x25115B) is known color: Paua. HEX triplet: 25, 11 and 5B. RGB value is (37,17,91). Sum of RGB (Red+Green+Blue) = 37+17+91=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #25115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25115B is #DAEEA4. Grayscale: #1F1F1F. Windows color (decimal): -14347941 or 5968165. OLE color: 5968165.
HSL color Cylindrical-coordinate representation of color #25115B: hue angle of 256.22º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25115B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 17 | 91 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.64 |
| HSL | 256.22º | 0.69% | 0.21% | - |
| HSV(B) | 256.22º | 0.81% | 0.36% | - |
| XYZ | 2.85 | 1.55 | 10.05 | - |
| YUV | 31.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 91 | 0.59 | 0.81 | 0 | 0.64 | 256.22 | 0.69 | 0.21 |
| Hex | 25 | 11 | 5B | 3B | 51 | 0 | 40 | 100 | 45 | 15 |
| Octal | 45 | 21 | 133 | 73 | 121 | 0 | 100 | 400 | 105 | 25 |
| Binary | 100101 | 10001 | 1011011 | 111011 | 1010001 | 0 | 1000000 | 100000000 | 1000101 | 10101 |
Color Harmonies of #25115B
Complementary color
Monochromatic Colors of #25115B
Black with #25115B
Text Example
Text Example
White with #25115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25115B; }
p { color: rgb(37,17,91); }
H1.HeaderClassName
{
color: #25115B;
}
.AnyTagClassName
{
color: #25115B;
}
</style>
background-color css
<style>
a { background-color: #25115B; }
a { background-color: rgb(37,17,91); }
div.DivClassName
{
background-color: #25115B;
}
.BgClassName
{
background-color: #25115B;
}
</style>
border-color css
<style>
span { border-color: #25115B; }
span { border-color: rgb(37,17,91); }
td.TdClassName
{
border-color: #25115B;
}
.TagClassName
{
border-color: #25115B;
}
</style>