Shades of Persian Indigo #28047A
Tints of Persian Indigo #28047A
RGB
CMYK
RGB Variations
Color information
#28047A (or 0x28047A) is known color: Persian Indigo. HEX triplet: 28, 04 and 7A. RGB value is (40,4,122). Sum of RGB (Red+Green+Blue) = 40+4+122=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #28047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28047A is #D7FB85. Grayscale: #1B1B1B. Windows color (decimal): -14154630 or 7996456. OLE color: 7996456.
HSL color Cylindrical-coordinate representation of color #28047A: hue angle of 258.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28047A is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 4 | 122 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.52 |
| HSL | 258.31º | 0.94% | 0.25% | - |
| HSV(B) | 258.31º | 0.97% | 0.48% | - |
| XYZ | 4.43 | 1.94 | 18.55 | - |
| YUV | 28.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 122 | 0.67 | 0.97 | 0 | 0.52 | 258.31 | 0.94 | 0.25 |
| Hex | 28 | 4 | 7A | 43 | 61 | 0 | 34 | 102 | 5E | 19 |
| Octal | 50 | 4 | 172 | 103 | 141 | 0 | 64 | 402 | 136 | 31 |
| Binary | 101000 | 100 | 1111010 | 1000011 | 1100001 | 0 | 110100 | 100000010 | 1011110 | 11001 |
Color Harmonies of #28047A
Complementary color
Monochromatic Colors of #28047A
Black with #28047A
Text Example
Text Example
White with #28047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28047A; }
p { color: rgb(40,4,122); }
H1.HeaderClassName
{
color: #28047A;
}
.AnyTagClassName
{
color: #28047A;
}
</style>
background-color css
<style>
a { background-color: #28047A; }
a { background-color: rgb(40,4,122); }
div.DivClassName
{
background-color: #28047A;
}
.BgClassName
{
background-color: #28047A;
}
</style>
border-color css
<style>
span { border-color: #28047A; }
span { border-color: rgb(40,4,122); }
td.TdClassName
{
border-color: #28047A;
}
.TagClassName
{
border-color: #28047A;
}
</style>