Shades of Paua #28215C
Tints of Paua #28215C
RGB
CMYK
RGB Variations
Color information
#28215C (or 0x28215C) is known color: Paua. HEX triplet: 28, 21 and 5C. RGB value is (40,33,92). Sum of RGB (Red+Green+Blue) = 40+33+92=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #28215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28215C is #D7DEA3. Grayscale: #292929. Windows color (decimal): -14147236 or 6037800. OLE color: 6037800.
HSL color Cylindrical-coordinate representation of color #28215C: hue angle of 247.12º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28215C is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 33 | 92 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.64 |
| HSL | 247.12º | 0.47% | 0.25% | - |
| HSV(B) | 247.12º | 0.64% | 0.36% | - |
| XYZ | 3.35 | 2.31 | 10.39 | - |
| YUV | 41.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 92 | 0.57 | 0.64 | 0 | 0.64 | 247.12 | 0.47 | 0.25 |
| Hex | 28 | 21 | 5C | 39 | 40 | 0 | 40 | F7 | 2F | 19 |
| Octal | 50 | 41 | 134 | 71 | 100 | 0 | 100 | 367 | 57 | 31 |
| Binary | 101000 | 100001 | 1011100 | 111001 | 1000000 | 0 | 1000000 | 11110111 | 101111 | 11001 |
Color Harmonies of #28215C
Complementary color
Monochromatic Colors of #28215C
Black with #28215C
Text Example
Text Example
White with #28215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28215C; }
p { color: rgb(40,33,92); }
H1.HeaderClassName
{
color: #28215C;
}
.AnyTagClassName
{
color: #28215C;
}
</style>
background-color css
<style>
a { background-color: #28215C; }
a { background-color: rgb(40,33,92); }
div.DivClassName
{
background-color: #28215C;
}
.BgClassName
{
background-color: #28215C;
}
</style>
border-color css
<style>
span { border-color: #28215C; }
span { border-color: rgb(40,33,92); }
td.TdClassName
{
border-color: #28215C;
}
.TagClassName
{
border-color: #28215C;
}
</style>