Shades of Persian Indigo #200269
Tints of Persian Indigo #200269
RGB
CMYK
RGB Variations
Color information
#200269 (or 0x200269) is known color: Persian Indigo. HEX triplet: 20, 02 and 69. RGB value is (32,2,105). Sum of RGB (Red+Green+Blue) = 32+2+105=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #200269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200269 is #DFFD96. Grayscale: #161616. Windows color (decimal): -14679447 or 6881824. OLE color: 6881824.
HSL color Cylindrical-coordinate representation of color #200269: hue angle of 257.48º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200269 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 2 | 105 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.59 |
| HSL | 257.48º | 0.96% | 0.21% | - |
| HSV(B) | 257.48º | 0.98% | 0.41% | - |
| XYZ | 3.17 | 1.37 | 13.46 | - |
| YUV | 22.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 105 | 0.70 | 0.98 | 0 | 0.59 | 257.48 | 0.96 | 0.21 |
| Hex | 20 | 2 | 69 | 46 | 62 | 0 | 3B | 101 | 60 | 15 |
| Octal | 40 | 2 | 151 | 106 | 142 | 0 | 73 | 401 | 140 | 25 |
| Binary | 100000 | 10 | 1101001 | 1000110 | 1100010 | 0 | 111011 | 100000001 | 1100000 | 10101 |
Color Harmonies of #200269
Complementary color
Monochromatic Colors of #200269
Black with #200269
Text Example
Text Example
White with #200269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200269; }
p { color: rgb(32,2,105); }
H1.HeaderClassName
{
color: #200269;
}
.AnyTagClassName
{
color: #200269;
}
</style>
background-color css
<style>
a { background-color: #200269; }
a { background-color: rgb(32,2,105); }
div.DivClassName
{
background-color: #200269;
}
.BgClassName
{
background-color: #200269;
}
</style>
border-color css
<style>
span { border-color: #200269; }
span { border-color: rgb(32,2,105); }
td.TdClassName
{
border-color: #200269;
}
.TagClassName
{
border-color: #200269;
}
</style>