Shades of Paua #171151
Tints of Paua #171151
RGB
CMYK
RGB Variations
Color information
#171151 (or 0x171151) is known color: Paua. HEX triplet: 17, 11 and 51. RGB value is (23,17,81). Sum of RGB (Red+Green+Blue) = 23+17+81=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #171151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171151 is #E8EEAE. Grayscale: #191919. Windows color (decimal): -15265455 or 5312791. OLE color: 5312791.
HSL color Cylindrical-coordinate representation of color #171151: hue angle of 245.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171151 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 17 | 81 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.68 |
| HSL | 245.63º | 0.65% | 0.19% | - |
| HSV(B) | 245.63º | 0.79% | 0.32% | - |
| XYZ | 2.04 | 1.18 | 7.9 | - |
| YUV | 26.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 81 | 0.72 | 0.79 | 0 | 0.68 | 245.63 | 0.65 | 0.19 |
| Hex | 17 | 11 | 51 | 48 | 4F | 0 | 44 | F6 | 41 | 13 |
| Octal | 27 | 21 | 121 | 110 | 117 | 0 | 104 | 366 | 101 | 23 |
| Binary | 10111 | 10001 | 1010001 | 1001000 | 1001111 | 0 | 1000100 | 11110110 | 1000001 | 10011 |
Color Harmonies of #171151
Complementary color
Monochromatic Colors of #171151
Black with #171151
Text Example
Text Example
White with #171151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171151; }
p { color: rgb(23,17,81); }
H1.HeaderClassName
{
color: #171151;
}
.AnyTagClassName
{
color: #171151;
}
</style>
background-color css
<style>
a { background-color: #171151; }
a { background-color: rgb(23,17,81); }
div.DivClassName
{
background-color: #171151;
}
.BgClassName
{
background-color: #171151;
}
</style>
border-color css
<style>
span { border-color: #171151; }
span { border-color: rgb(23,17,81); }
td.TdClassName
{
border-color: #171151;
}
.TagClassName
{
border-color: #171151;
}
</style>