Shades of Paua #27255A
Tints of Paua #27255A
RGB
CMYK
RGB Variations
Color information
#27255A (or 0x27255A) is known color: Paua. HEX triplet: 27, 25 and 5A. RGB value is (39,37,90). Sum of RGB (Red+Green+Blue) = 39+37+90=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #27255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27255A is #D8DAA5. Grayscale: #2B2B2B. Windows color (decimal): -14211750 or 5907751. OLE color: 5907751.
HSL color Cylindrical-coordinate representation of color #27255A: hue angle of 242.26º 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 #27255A is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 37 | 90 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.65 |
| HSL | 242.26º | 0.42% | 0.25% | - |
| HSV(B) | 242.26º | 0.59% | 0.35% | - |
| XYZ | 3.34 | 2.49 | 9.98 | - |
| YUV | 43.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 90 | 0.57 | 0.59 | 0 | 0.65 | 242.26 | 0.42 | 0.25 |
| Hex | 27 | 25 | 5A | 39 | 3B | 0 | 41 | F2 | 2A | 19 |
| Octal | 47 | 45 | 132 | 71 | 73 | 0 | 101 | 362 | 52 | 31 |
| Binary | 100111 | 100101 | 1011010 | 111001 | 111011 | 0 | 1000001 | 11110010 | 101010 | 11001 |
Color Harmonies of #27255A
Complementary color
Monochromatic Colors of #27255A
Black with #27255A
Text Example
Text Example
White with #27255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27255A; }
p { color: rgb(39,37,90); }
H1.HeaderClassName
{
color: #27255A;
}
.AnyTagClassName
{
color: #27255A;
}
</style>
background-color css
<style>
a { background-color: #27255A; }
a { background-color: rgb(39,37,90); }
div.DivClassName
{
background-color: #27255A;
}
.BgClassName
{
background-color: #27255A;
}
</style>
border-color css
<style>
span { border-color: #27255A; }
span { border-color: rgb(39,37,90); }
td.TdClassName
{
border-color: #27255A;
}
.TagClassName
{
border-color: #27255A;
}
</style>