Shades of Paua #231259
Tints of Paua #231259
RGB
CMYK
RGB Variations
Color information
#231259 (or 0x231259) is known color: Paua. HEX triplet: 23, 12 and 59. RGB value is (35,18,89). Sum of RGB (Red+Green+Blue) = 35+18+89=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #231259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231259 is #DCEDA6. Grayscale: #1E1E1E. Windows color (decimal): -14478759 or 5837347. OLE color: 5837347.
HSL color Cylindrical-coordinate representation of color #231259: hue angle of 254.37º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231259 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 18 | 89 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.65 |
| HSL | 254.37º | 0.66% | 0.21% | - |
| HSV(B) | 254.37º | 0.8% | 0.35% | - |
| XYZ | 2.71 | 1.51 | 9.6 | - |
| YUV | 31.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 89 | 0.61 | 0.80 | 0 | 0.65 | 254.37 | 0.66 | 0.21 |
| Hex | 23 | 12 | 59 | 3D | 50 | 0 | 41 | FE | 42 | 15 |
| Octal | 43 | 22 | 131 | 75 | 120 | 0 | 101 | 376 | 102 | 25 |
| Binary | 100011 | 10010 | 1011001 | 111101 | 1010000 | 0 | 1000001 | 11111110 | 1000010 | 10101 |
Color Harmonies of #231259
Complementary color
Monochromatic Colors of #231259
Black with #231259
Text Example
Text Example
White with #231259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231259; }
p { color: rgb(35,18,89); }
H1.HeaderClassName
{
color: #231259;
}
.AnyTagClassName
{
color: #231259;
}
</style>
background-color css
<style>
a { background-color: #231259; }
a { background-color: rgb(35,18,89); }
div.DivClassName
{
background-color: #231259;
}
.BgClassName
{
background-color: #231259;
}
</style>
border-color css
<style>
span { border-color: #231259; }
span { border-color: rgb(35,18,89); }
td.TdClassName
{
border-color: #231259;
}
.TagClassName
{
border-color: #231259;
}
</style>