Shades of Paua #28255A
Tints of Paua #28255A
RGB
CMYK
RGB Variations
Color information
#28255A (or 0x28255A) is known color: Paua. HEX triplet: 28, 25 and 5A. RGB value is (40,37,90). Sum of RGB (Red+Green+Blue) = 40+37+90=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #28255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28255A is #D7DAA5. Grayscale: #2B2B2B. Windows color (decimal): -14146214 or 5907752. OLE color: 5907752.
HSL color Cylindrical-coordinate representation of color #28255A: hue angle of 243.4º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28255A is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 37 | 90 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.65 |
| HSL | 243.4º | 0.42% | 0.25% | - |
| HSV(B) | 243.4º | 0.59% | 0.35% | - |
| XYZ | 3.38 | 2.51 | 9.98 | - |
| YUV | 43.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 90 | 0.56 | 0.59 | 0 | 0.65 | 243.4 | 0.42 | 0.25 |
| Hex | 28 | 25 | 5A | 38 | 3B | 0 | 41 | F3 | 2A | 19 |
| Octal | 50 | 45 | 132 | 70 | 73 | 0 | 101 | 363 | 52 | 31 |
| Binary | 101000 | 100101 | 1011010 | 111000 | 111011 | 0 | 1000001 | 11110011 | 101010 | 11001 |
Color Harmonies of #28255A
Complementary color
Monochromatic Colors of #28255A
Black with #28255A
Text Example
Text Example
White with #28255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28255A; }
p { color: rgb(40,37,90); }
H1.HeaderClassName
{
color: #28255A;
}
.AnyTagClassName
{
color: #28255A;
}
</style>
background-color css
<style>
a { background-color: #28255A; }
a { background-color: rgb(40,37,90); }
div.DivClassName
{
background-color: #28255A;
}
.BgClassName
{
background-color: #28255A;
}
</style>
border-color css
<style>
span { border-color: #28255A; }
span { border-color: rgb(40,37,90); }
td.TdClassName
{
border-color: #28255A;
}
.TagClassName
{
border-color: #28255A;
}
</style>