Shades of Paua #220D5D
Tints of Paua #220D5D
RGB
CMYK
RGB Variations
Color information
#220D5D (or 0x220D5D) is known color: Paua. HEX triplet: 22, 0D and 5D. RGB value is (34,13,93). Sum of RGB (Red+Green+Blue) = 34+13+93=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #220D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D5D is #DDF2A2. Grayscale: #1C1C1C. Windows color (decimal): -14545571 or 6098210. OLE color: 6098210.
HSL color Cylindrical-coordinate representation of color #220D5D: hue angle of 255.75º 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 #220D5D is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 13 | 93 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.64 |
| HSL | 255.75º | 0.75% | 0.21% | - |
| HSV(B) | 255.75º | 0.86% | 0.36% | - |
| XYZ | 2.78 | 1.42 | 10.48 | - |
| YUV | 28.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 93 | 0.63 | 0.86 | 0 | 0.64 | 255.75 | 0.75 | 0.21 |
| Hex | 22 | D | 5D | 3F | 56 | 0 | 40 | 100 | 4B | 15 |
| Octal | 42 | 15 | 135 | 77 | 126 | 0 | 100 | 400 | 113 | 25 |
| Binary | 100010 | 1101 | 1011101 | 111111 | 1010110 | 0 | 1000000 | 100000000 | 1001011 | 10101 |
Color Harmonies of #220D5D
Complementary color
Monochromatic Colors of #220D5D
Black with #220D5D
Text Example
Text Example
White with #220D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D5D; }
p { color: rgb(34,13,93); }
H1.HeaderClassName
{
color: #220D5D;
}
.AnyTagClassName
{
color: #220D5D;
}
</style>
background-color css
<style>
a { background-color: #220D5D; }
a { background-color: rgb(34,13,93); }
div.DivClassName
{
background-color: #220D5D;
}
.BgClassName
{
background-color: #220D5D;
}
</style>
border-color css
<style>
span { border-color: #220D5D; }
span { border-color: rgb(34,13,93); }
td.TdClassName
{
border-color: #220D5D;
}
.TagClassName
{
border-color: #220D5D;
}
</style>