Shades of Paua #261C50
Tints of Paua #261C50
RGB
CMYK
RGB Variations
Color information
#261C50 (or 0x261C50) is known color: Paua. HEX triplet: 26, 1C and 50. RGB value is (38,28,80). Sum of RGB (Red+Green+Blue) = 38+28+80=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #261C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C50 is #D9E3AF. Grayscale: #242424. Windows color (decimal): -14279600 or 5250086. OLE color: 5250086.
HSL color Cylindrical-coordinate representation of color #261C50: hue angle of 251.54º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261C50 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 28 | 80 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.69 |
| HSL | 251.54º | 0.48% | 0.21% | - |
| HSV(B) | 251.54º | 0.65% | 0.31% | - |
| XYZ | 2.66 | 1.82 | 7.8 | - |
| YUV | 36.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 80 | 0.52 | 0.65 | 0 | 0.69 | 251.54 | 0.48 | 0.21 |
| Hex | 26 | 1C | 50 | 34 | 41 | 0 | 45 | FC | 30 | 15 |
| Octal | 46 | 34 | 120 | 64 | 101 | 0 | 105 | 374 | 60 | 25 |
| Binary | 100110 | 11100 | 1010000 | 110100 | 1000001 | 0 | 1000101 | 11111100 | 110000 | 10101 |
Color Harmonies of #261C50
Complementary color
Monochromatic Colors of #261C50
Black with #261C50
Text Example
Text Example
White with #261C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C50; }
p { color: rgb(38,28,80); }
H1.HeaderClassName
{
color: #261C50;
}
.AnyTagClassName
{
color: #261C50;
}
</style>
background-color css
<style>
a { background-color: #261C50; }
a { background-color: rgb(38,28,80); }
div.DivClassName
{
background-color: #261C50;
}
.BgClassName
{
background-color: #261C50;
}
</style>
border-color css
<style>
span { border-color: #261C50; }
span { border-color: rgb(38,28,80); }
td.TdClassName
{
border-color: #261C50;
}
.TagClassName
{
border-color: #261C50;
}
</style>