Shades of Paua #23115A
Tints of Paua #23115A
RGB
CMYK
RGB Variations
Color information
#23115A (or 0x23115A) is known color: Paua. HEX triplet: 23, 11 and 5A. RGB value is (35,17,90). Sum of RGB (Red+Green+Blue) = 35+17+90=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #23115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115A is #DCEEA5. Grayscale: #1E1E1E. Windows color (decimal): -14479014 or 5902627. OLE color: 5902627.
HSL color Cylindrical-coordinate representation of color #23115A: hue angle of 254.79º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23115A is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 17 | 90 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.65 |
| HSL | 254.79º | 0.68% | 0.21% | - |
| HSV(B) | 254.79º | 0.81% | 0.35% | - |
| XYZ | 2.74 | 1.5 | 9.82 | - |
| YUV | 30.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 90 | 0.61 | 0.81 | 0 | 0.65 | 254.79 | 0.68 | 0.21 |
| Hex | 23 | 11 | 5A | 3D | 51 | 0 | 41 | FF | 44 | 15 |
| Octal | 43 | 21 | 132 | 75 | 121 | 0 | 101 | 377 | 104 | 25 |
| Binary | 100011 | 10001 | 1011010 | 111101 | 1010001 | 0 | 1000001 | 11111111 | 1000100 | 10101 |
Color Harmonies of #23115A
Complementary color
Monochromatic Colors of #23115A
Black with #23115A
Text Example
Text Example
White with #23115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23115A; }
p { color: rgb(35,17,90); }
H1.HeaderClassName
{
color: #23115A;
}
.AnyTagClassName
{
color: #23115A;
}
</style>
background-color css
<style>
a { background-color: #23115A; }
a { background-color: rgb(35,17,90); }
div.DivClassName
{
background-color: #23115A;
}
.BgClassName
{
background-color: #23115A;
}
</style>
border-color css
<style>
span { border-color: #23115A; }
span { border-color: rgb(35,17,90); }
td.TdClassName
{
border-color: #23115A;
}
.TagClassName
{
border-color: #23115A;
}
</style>