Shades of Paua #21135D
Tints of Paua #21135D
RGB
CMYK
RGB Variations
Color information
#21135D (or 0x21135D) is known color: Paua. HEX triplet: 21, 13 and 5D. RGB value is (33,19,93). Sum of RGB (Red+Green+Blue) = 33+19+93=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #21135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21135D is #DEECA2. Grayscale: #1F1F1F. Windows color (decimal): -14609571 or 6099745. OLE color: 6099745.
HSL color Cylindrical-coordinate representation of color #21135D: hue angle of 251.35º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21135D is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 19 | 93 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.64 |
| HSL | 251.35º | 0.66% | 0.22% | - |
| HSV(B) | 251.35º | 0.8% | 0.36% | - |
| XYZ | 2.84 | 1.58 | 10.51 | - |
| YUV | 31.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 93 | 0.65 | 0.80 | 0 | 0.64 | 251.35 | 0.66 | 0.22 |
| Hex | 21 | 13 | 5D | 41 | 50 | 0 | 40 | FB | 42 | 16 |
| Octal | 41 | 23 | 135 | 101 | 120 | 0 | 100 | 373 | 102 | 26 |
| Binary | 100001 | 10011 | 1011101 | 1000001 | 1010000 | 0 | 1000000 | 11111011 | 1000010 | 10110 |
Color Harmonies of #21135D
Complementary color
Monochromatic Colors of #21135D
Black with #21135D
Text Example
Text Example
White with #21135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21135D; }
p { color: rgb(33,19,93); }
H1.HeaderClassName
{
color: #21135D;
}
.AnyTagClassName
{
color: #21135D;
}
</style>
background-color css
<style>
a { background-color: #21135D; }
a { background-color: rgb(33,19,93); }
div.DivClassName
{
background-color: #21135D;
}
.BgClassName
{
background-color: #21135D;
}
</style>
border-color css
<style>
span { border-color: #21135D; }
span { border-color: rgb(33,19,93); }
td.TdClassName
{
border-color: #21135D;
}
.TagClassName
{
border-color: #21135D;
}
</style>