Shades of Paua #28275B
Tints of Paua #28275B
RGB
CMYK
RGB Variations
Color information
#28275B (or 0x28275B) is known color: Paua. HEX triplet: 28, 27 and 5B. RGB value is (40,39,91). Sum of RGB (Red+Green+Blue) = 40+39+91=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #28275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28275B is #D7D8A4. Grayscale: #2D2D2D. Windows color (decimal): -14145701 or 5973800. OLE color: 5973800.
HSL color Cylindrical-coordinate representation of color #28275B: hue angle of 241.15º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28275B is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 39 | 91 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.64 |
| HSL | 241.15º | 0.4% | 0.25% | - |
| HSV(B) | 241.15º | 0.57% | 0.36% | - |
| XYZ | 3.49 | 2.66 | 10.23 | - |
| YUV | 45.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 91 | 0.56 | 0.57 | 0 | 0.64 | 241.15 | 0.4 | 0.25 |
| Hex | 28 | 27 | 5B | 38 | 39 | 0 | 40 | F1 | 28 | 19 |
| Octal | 50 | 47 | 133 | 70 | 71 | 0 | 100 | 361 | 50 | 31 |
| Binary | 101000 | 100111 | 1011011 | 111000 | 111001 | 0 | 1000000 | 11110001 | 101000 | 11001 |
Color Harmonies of #28275B
Complementary color
Monochromatic Colors of #28275B
Black with #28275B
Text Example
Text Example
White with #28275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28275B; }
p { color: rgb(40,39,91); }
H1.HeaderClassName
{
color: #28275B;
}
.AnyTagClassName
{
color: #28275B;
}
</style>
background-color css
<style>
a { background-color: #28275B; }
a { background-color: rgb(40,39,91); }
div.DivClassName
{
background-color: #28275B;
}
.BgClassName
{
background-color: #28275B;
}
</style>
border-color css
<style>
span { border-color: #28275B; }
span { border-color: rgb(40,39,91); }
td.TdClassName
{
border-color: #28275B;
}
.TagClassName
{
border-color: #28275B;
}
</style>