Shades of Paua #25205C
Tints of Paua #25205C
RGB
CMYK
RGB Variations
Color information
#25205C (or 0x25205C) is known color: Paua. HEX triplet: 25, 20 and 5C. RGB value is (37,32,92). Sum of RGB (Red+Green+Blue) = 37+32+92=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #25205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205C is #DADFA3. Grayscale: #282828. Windows color (decimal): -14344100 or 6037541. OLE color: 6037541.
HSL color Cylindrical-coordinate representation of color #25205C: hue angle of 245º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25205C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 32 | 92 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.64 |
| HSL | 245º | 0.48% | 0.24% | - |
| HSV(B) | 245º | 0.65% | 0.36% | - |
| XYZ | 3.21 | 2.2 | 10.38 | - |
| YUV | 40.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 92 | 0.60 | 0.65 | 0 | 0.64 | 245 | 0.48 | 0.24 |
| Hex | 25 | 20 | 5C | 3C | 41 | 0 | 40 | F5 | 30 | 18 |
| Octal | 45 | 40 | 134 | 74 | 101 | 0 | 100 | 365 | 60 | 30 |
| Binary | 100101 | 100000 | 1011100 | 111100 | 1000001 | 0 | 1000000 | 11110101 | 110000 | 11000 |
Color Harmonies of #25205C
Complementary color
Monochromatic Colors of #25205C
Black with #25205C
Text Example
Text Example
White with #25205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25205C; }
p { color: rgb(37,32,92); }
H1.HeaderClassName
{
color: #25205C;
}
.AnyTagClassName
{
color: #25205C;
}
</style>
background-color css
<style>
a { background-color: #25205C; }
a { background-color: rgb(37,32,92); }
div.DivClassName
{
background-color: #25205C;
}
.BgClassName
{
background-color: #25205C;
}
</style>
border-color css
<style>
span { border-color: #25205C; }
span { border-color: rgb(37,32,92); }
td.TdClassName
{
border-color: #25205C;
}
.TagClassName
{
border-color: #25205C;
}
</style>