Shades of Paua #28265A
Tints of Paua #28265A
RGB
CMYK
RGB Variations
Color information
#28265A (or 0x28265A) is known color: Paua. HEX triplet: 28, 26 and 5A. RGB value is (40,38,90). Sum of RGB (Red+Green+Blue) = 40+38+90=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #28265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265A is #D7D9A5. Grayscale: #2C2C2C. Windows color (decimal): -14145958 or 5908008. OLE color: 5908008.
HSL color Cylindrical-coordinate representation of color #28265A: hue angle of 242.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28265A is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 38 | 90 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.65 |
| HSL | 242.31º | 0.41% | 0.25% | - |
| HSV(B) | 242.31º | 0.58% | 0.35% | - |
| XYZ | 3.41 | 2.58 | 9.99 | - |
| YUV | 44.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 90 | 0.56 | 0.58 | 0 | 0.65 | 242.31 | 0.41 | 0.25 |
| Hex | 28 | 26 | 5A | 38 | 3A | 0 | 41 | F2 | 29 | 19 |
| Octal | 50 | 46 | 132 | 70 | 72 | 0 | 101 | 362 | 51 | 31 |
| Binary | 101000 | 100110 | 1011010 | 111000 | 111010 | 0 | 1000001 | 11110010 | 101001 | 11001 |
Color Harmonies of #28265A
Complementary color
Monochromatic Colors of #28265A
Black with #28265A
Text Example
Text Example
White with #28265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28265A; }
p { color: rgb(40,38,90); }
H1.HeaderClassName
{
color: #28265A;
}
.AnyTagClassName
{
color: #28265A;
}
</style>
background-color css
<style>
a { background-color: #28265A; }
a { background-color: rgb(40,38,90); }
div.DivClassName
{
background-color: #28265A;
}
.BgClassName
{
background-color: #28265A;
}
</style>
border-color css
<style>
span { border-color: #28265A; }
span { border-color: rgb(40,38,90); }
td.TdClassName
{
border-color: #28265A;
}
.TagClassName
{
border-color: #28265A;
}
</style>