Shades of Paua #200D5C
Tints of Paua #200D5C
RGB
CMYK
RGB Variations
Color information
#200D5C (or 0x200D5C) is known color: Paua. HEX triplet: 20, 0D and 5C. RGB value is (32,13,92). Sum of RGB (Red+Green+Blue) = 32+13+92=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #200D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D5C is #DFF2A3. Grayscale: #1B1B1B. Windows color (decimal): -14676644 or 6032672. OLE color: 6032672.
HSL color Cylindrical-coordinate representation of color #200D5C: hue angle of 254.43º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200D5C is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 13 | 92 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.64 |
| HSL | 254.43º | 0.75% | 0.21% | - |
| HSV(B) | 254.43º | 0.86% | 0.36% | - |
| XYZ | 2.67 | 1.37 | 10.25 | - |
| YUV | 27.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 92 | 0.65 | 0.86 | 0 | 0.64 | 254.43 | 0.75 | 0.21 |
| Hex | 20 | D | 5C | 41 | 56 | 0 | 40 | FE | 4B | 15 |
| Octal | 40 | 15 | 134 | 101 | 126 | 0 | 100 | 376 | 113 | 25 |
| Binary | 100000 | 1101 | 1011100 | 1000001 | 1010110 | 0 | 1000000 | 11111110 | 1001011 | 10101 |
Color Harmonies of #200D5C
Complementary color
Monochromatic Colors of #200D5C
Black with #200D5C
Text Example
Text Example
White with #200D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D5C; }
p { color: rgb(32,13,92); }
H1.HeaderClassName
{
color: #200D5C;
}
.AnyTagClassName
{
color: #200D5C;
}
</style>
background-color css
<style>
a { background-color: #200D5C; }
a { background-color: rgb(32,13,92); }
div.DivClassName
{
background-color: #200D5C;
}
.BgClassName
{
background-color: #200D5C;
}
</style>
border-color css
<style>
span { border-color: #200D5C; }
span { border-color: rgb(32,13,92); }
td.TdClassName
{
border-color: #200D5C;
}
.TagClassName
{
border-color: #200D5C;
}
</style>