Shades of Persian Indigo #28027D
Tints of Persian Indigo #28027D
RGB
CMYK
RGB Variations
Color information
#28027D (or 0x28027D) is known color: Persian Indigo. HEX triplet: 28, 02 and 7D. RGB value is (40,2,125). Sum of RGB (Red+Green+Blue) = 40+2+125=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #28027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28027D is #D7FD82. Grayscale: #1A1A1A. Windows color (decimal): -14155139 or 8192552. OLE color: 8192552.
HSL color Cylindrical-coordinate representation of color #28027D: hue angle of 258.54º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28027D is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 2 | 125 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.51 |
| HSL | 258.54º | 0.97% | 0.25% | - |
| HSV(B) | 258.54º | 0.98% | 0.49% | - |
| XYZ | 4.6 | 1.98 | 19.54 | - |
| YUV | 27.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 125 | 0.68 | 0.98 | 0 | 0.51 | 258.54 | 0.97 | 0.25 |
| Hex | 28 | 2 | 7D | 44 | 62 | 0 | 33 | 103 | 61 | 19 |
| Octal | 50 | 2 | 175 | 104 | 142 | 0 | 63 | 403 | 141 | 31 |
| Binary | 101000 | 10 | 1111101 | 1000100 | 1100010 | 0 | 110011 | 100000011 | 1100001 | 11001 |
Color Harmonies of #28027D
Complementary color
Monochromatic Colors of #28027D
Black with #28027D
Text Example
Text Example
White with #28027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28027D; }
p { color: rgb(40,2,125); }
H1.HeaderClassName
{
color: #28027D;
}
.AnyTagClassName
{
color: #28027D;
}
</style>
background-color css
<style>
a { background-color: #28027D; }
a { background-color: rgb(40,2,125); }
div.DivClassName
{
background-color: #28027D;
}
.BgClassName
{
background-color: #28027D;
}
</style>
border-color css
<style>
span { border-color: #28027D; }
span { border-color: rgb(40,2,125); }
td.TdClassName
{
border-color: #28027D;
}
.TagClassName
{
border-color: #28027D;
}
</style>