Shades of Paua #200A5D
Tints of Paua #200A5D
RGB
CMYK
RGB Variations
Color information
#200A5D (or 0x200A5D) is known color: Paua. HEX triplet: 20, 0A and 5D. RGB value is (32,10,93). Sum of RGB (Red+Green+Blue) = 32+10+93=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #200A5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A5D is #DFF5A2. Grayscale: #191919. Windows color (decimal): -14677411 or 6097440. OLE color: 6097440.
HSL color Cylindrical-coordinate representation of color #200A5D: hue angle of 255.9º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200A5D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 10 | 93 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.64 |
| HSL | 255.9º | 0.81% | 0.2% | - |
| HSV(B) | 255.9º | 0.89% | 0.36% | - |
| XYZ | 2.68 | 1.31 | 10.47 | - |
| YUV | 26.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 93 | 0.66 | 0.89 | 0 | 0.64 | 255.9 | 0.81 | 0.2 |
| Hex | 20 | A | 5D | 42 | 59 | 0 | 40 | 100 | 51 | 14 |
| Octal | 40 | 12 | 135 | 102 | 131 | 0 | 100 | 400 | 121 | 24 |
| Binary | 100000 | 1010 | 1011101 | 1000010 | 1011001 | 0 | 1000000 | 100000000 | 1010001 | 10100 |
Color Harmonies of #200A5D
Complementary color
Monochromatic Colors of #200A5D
Black with #200A5D
Text Example
Text Example
White with #200A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A5D; }
p { color: rgb(32,10,93); }
H1.HeaderClassName
{
color: #200A5D;
}
.AnyTagClassName
{
color: #200A5D;
}
</style>
background-color css
<style>
a { background-color: #200A5D; }
a { background-color: rgb(32,10,93); }
div.DivClassName
{
background-color: #200A5D;
}
.BgClassName
{
background-color: #200A5D;
}
</style>
border-color css
<style>
span { border-color: #200A5D; }
span { border-color: rgb(32,10,93); }
td.TdClassName
{
border-color: #200A5D;
}
.TagClassName
{
border-color: #200A5D;
}
</style>