Shades of Paua #201C5B
Tints of Paua #201C5B
RGB
CMYK
RGB Variations
Color information
#201C5B (or 0x201C5B) is known color: Paua. HEX triplet: 20, 1C and 5B. RGB value is (32,28,91). Sum of RGB (Red+Green+Blue) = 32+28+91=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #201C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C5B is #DFE3A4. Grayscale: #242424. Windows color (decimal): -14672805 or 5970976. OLE color: 5970976.
HSL color Cylindrical-coordinate representation of color #201C5B: hue angle of 243.81º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201C5B is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 28 | 91 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.64 |
| HSL | 243.81º | 0.53% | 0.23% | - |
| HSV(B) | 243.81º | 0.69% | 0.36% | - |
| XYZ | 2.9 | 1.89 | 10.11 | - |
| YUV | 36.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 91 | 0.65 | 0.69 | 0 | 0.64 | 243.81 | 0.53 | 0.23 |
| Hex | 20 | 1C | 5B | 41 | 45 | 0 | 40 | F4 | 35 | 17 |
| Octal | 40 | 34 | 133 | 101 | 105 | 0 | 100 | 364 | 65 | 27 |
| Binary | 100000 | 11100 | 1011011 | 1000001 | 1000101 | 0 | 1000000 | 11110100 | 110101 | 10111 |
Color Harmonies of #201C5B
Complementary color
Monochromatic Colors of #201C5B
Black with #201C5B
Text Example
Text Example
White with #201C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C5B; }
p { color: rgb(32,28,91); }
H1.HeaderClassName
{
color: #201C5B;
}
.AnyTagClassName
{
color: #201C5B;
}
</style>
background-color css
<style>
a { background-color: #201C5B; }
a { background-color: rgb(32,28,91); }
div.DivClassName
{
background-color: #201C5B;
}
.BgClassName
{
background-color: #201C5B;
}
</style>
border-color css
<style>
span { border-color: #201C5B; }
span { border-color: rgb(32,28,91); }
td.TdClassName
{
border-color: #201C5B;
}
.TagClassName
{
border-color: #201C5B;
}
</style>