Shades of Paua #21155D
Tints of Paua #21155D
RGB
CMYK
RGB Variations
Color information
#21155D (or 0x21155D) is known color: Paua. HEX triplet: 21, 15 and 5D. RGB value is (33,21,93). Sum of RGB (Red+Green+Blue) = 33+21+93=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #21155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21155D is #DEEAA2. Grayscale: #202020. Windows color (decimal): -14609059 or 6100257. OLE color: 6100257.
HSL color Cylindrical-coordinate representation of color #21155D: hue angle of 250º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21155D is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 21 | 93 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.64 |
| HSL | 250º | 0.63% | 0.22% | - |
| HSV(B) | 250º | 0.77% | 0.36% | - |
| XYZ | 2.87 | 1.65 | 10.52 | - |
| YUV | 32.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 93 | 0.65 | 0.77 | 0 | 0.64 | 250 | 0.63 | 0.22 |
| Hex | 21 | 15 | 5D | 41 | 4D | 0 | 40 | FA | 3F | 16 |
| Octal | 41 | 25 | 135 | 101 | 115 | 0 | 100 | 372 | 77 | 26 |
| Binary | 100001 | 10101 | 1011101 | 1000001 | 1001101 | 0 | 1000000 | 11111010 | 111111 | 10110 |
Color Harmonies of #21155D
Complementary color
Monochromatic Colors of #21155D
Black with #21155D
Text Example
Text Example
White with #21155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21155D; }
p { color: rgb(33,21,93); }
H1.HeaderClassName
{
color: #21155D;
}
.AnyTagClassName
{
color: #21155D;
}
</style>
background-color css
<style>
a { background-color: #21155D; }
a { background-color: rgb(33,21,93); }
div.DivClassName
{
background-color: #21155D;
}
.BgClassName
{
background-color: #21155D;
}
</style>
border-color css
<style>
span { border-color: #21155D; }
span { border-color: rgb(33,21,93); }
td.TdClassName
{
border-color: #21155D;
}
.TagClassName
{
border-color: #21155D;
}
</style>