Shades of Paua #261F5D
Tints of Paua #261F5D
RGB
CMYK
RGB Variations
Color information
#261F5D (or 0x261F5D) is known color: Paua. HEX triplet: 26, 1F and 5D. RGB value is (38,31,93). Sum of RGB (Red+Green+Blue) = 38+31+93=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #261F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F5D is #D9E0A2. Grayscale: #272727. Windows color (decimal): -14278819 or 6102822. OLE color: 6102822.
HSL color Cylindrical-coordinate representation of color #261F5D: hue angle of 246.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261F5D is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 31 | 93 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.64 |
| HSL | 246.77º | 0.5% | 0.24% | - |
| HSV(B) | 246.77º | 0.67% | 0.36% | - |
| XYZ | 3.27 | 2.18 | 10.61 | - |
| YUV | 40.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 93 | 0.59 | 0.67 | 0 | 0.64 | 246.77 | 0.5 | 0.24 |
| Hex | 26 | 1F | 5D | 3B | 43 | 0 | 40 | F7 | 32 | 18 |
| Octal | 46 | 37 | 135 | 73 | 103 | 0 | 100 | 367 | 62 | 30 |
| Binary | 100110 | 11111 | 1011101 | 111011 | 1000011 | 0 | 1000000 | 11110111 | 110010 | 11000 |
Color Harmonies of #261F5D
Complementary color
Monochromatic Colors of #261F5D
Black with #261F5D
Text Example
Text Example
White with #261F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F5D; }
p { color: rgb(38,31,93); }
H1.HeaderClassName
{
color: #261F5D;
}
.AnyTagClassName
{
color: #261F5D;
}
</style>
background-color css
<style>
a { background-color: #261F5D; }
a { background-color: rgb(38,31,93); }
div.DivClassName
{
background-color: #261F5D;
}
.BgClassName
{
background-color: #261F5D;
}
</style>
border-color css
<style>
span { border-color: #261F5D; }
span { border-color: rgb(38,31,93); }
td.TdClassName
{
border-color: #261F5D;
}
.TagClassName
{
border-color: #261F5D;
}
</style>