Shades of Paua #27205D
Tints of Paua #27205D
RGB
CMYK
RGB Variations
Color information
#27205D (or 0x27205D) is known color: Paua. HEX triplet: 27, 20 and 5D. RGB value is (39,32,93). Sum of RGB (Red+Green+Blue) = 39+32+93=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #27205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205D is #D8DFA2. Grayscale: #282828. Windows color (decimal): -14213027 or 6103079. OLE color: 6103079.
HSL color Cylindrical-coordinate representation of color #27205D: hue angle of 246.89º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27205D is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 32 | 93 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.64 |
| HSL | 246.89º | 0.49% | 0.25% | - |
| HSV(B) | 246.89º | 0.66% | 0.36% | - |
| XYZ | 3.33 | 2.25 | 10.62 | - |
| YUV | 41.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 93 | 0.58 | 0.66 | 0 | 0.64 | 246.89 | 0.49 | 0.25 |
| Hex | 27 | 20 | 5D | 3A | 42 | 0 | 40 | F7 | 31 | 19 |
| Octal | 47 | 40 | 135 | 72 | 102 | 0 | 100 | 367 | 61 | 31 |
| Binary | 100111 | 100000 | 1011101 | 111010 | 1000010 | 0 | 1000000 | 11110111 | 110001 | 11001 |
Color Harmonies of #27205D
Complementary color
Monochromatic Colors of #27205D
Black with #27205D
Text Example
Text Example
White with #27205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27205D; }
p { color: rgb(39,32,93); }
H1.HeaderClassName
{
color: #27205D;
}
.AnyTagClassName
{
color: #27205D;
}
</style>
background-color css
<style>
a { background-color: #27205D; }
a { background-color: rgb(39,32,93); }
div.DivClassName
{
background-color: #27205D;
}
.BgClassName
{
background-color: #27205D;
}
</style>
border-color css
<style>
span { border-color: #27205D; }
span { border-color: rgb(39,32,93); }
td.TdClassName
{
border-color: #27205D;
}
.TagClassName
{
border-color: #27205D;
}
</style>