Shades of Paua #272653
Tints of Paua #272653
RGB
CMYK
RGB Variations
Color information
#272653 (or 0x272653) is known color: Paua. HEX triplet: 27, 26 and 53. RGB value is (39,38,83). Sum of RGB (Red+Green+Blue) = 39+38+83=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #272653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272653 is #D8D9AC. Grayscale: #2B2B2B. Windows color (decimal): -14211501 or 5449255. OLE color: 5449255.
HSL color Cylindrical-coordinate representation of color #272653: hue angle of 241.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272653 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 38 | 83 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.67 |
| HSL | 241.33º | 0.37% | 0.24% | - |
| HSV(B) | 241.33º | 0.54% | 0.33% | - |
| XYZ | 3.09 | 2.44 | 8.49 | - |
| YUV | 43.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 83 | 0.53 | 0.54 | 0 | 0.67 | 241.33 | 0.37 | 0.24 |
| Hex | 27 | 26 | 53 | 35 | 36 | 0 | 43 | F1 | 25 | 18 |
| Octal | 47 | 46 | 123 | 65 | 66 | 0 | 103 | 361 | 45 | 30 |
| Binary | 100111 | 100110 | 1010011 | 110101 | 110110 | 0 | 1000011 | 11110001 | 100101 | 11000 |
Color Harmonies of #272653
Complementary color
Monochromatic Colors of #272653
Black with #272653
Text Example
Text Example
White with #272653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272653; }
p { color: rgb(39,38,83); }
H1.HeaderClassName
{
color: #272653;
}
.AnyTagClassName
{
color: #272653;
}
</style>
background-color css
<style>
a { background-color: #272653; }
a { background-color: rgb(39,38,83); }
div.DivClassName
{
background-color: #272653;
}
.BgClassName
{
background-color: #272653;
}
</style>
border-color css
<style>
span { border-color: #272653; }
span { border-color: rgb(39,38,83); }
td.TdClassName
{
border-color: #272653;
}
.TagClassName
{
border-color: #272653;
}
</style>