Shades of Persian Indigo #28057F
Tints of Persian Indigo #28057F
RGB
CMYK
RGB Variations
Color information
#28057F (or 0x28057F) is known color: Persian Indigo. HEX triplet: 28, 05 and 7F. RGB value is (40,5,127). Sum of RGB (Red+Green+Blue) = 40+5+127=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #28057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28057F is #D7FA80. Grayscale: #1C1C1C. Windows color (decimal): -14154369 or 8324392. OLE color: 8324392.
HSL color Cylindrical-coordinate representation of color #28057F: hue angle of 257.21º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28057F is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 5 | 127 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.50 |
| HSL | 257.21º | 0.92% | 0.26% | - |
| HSV(B) | 257.21º | 0.96% | 0.5% | - |
| XYZ | 4.76 | 2.09 | 20.23 | - |
| YUV | 29.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 127 | 0.69 | 0.96 | 0 | 0.50 | 257.21 | 0.92 | 0.26 |
| Hex | 28 | 5 | 7F | 45 | 60 | 0 | 32 | 101 | 5C | 1A |
| Octal | 50 | 5 | 177 | 105 | 140 | 0 | 62 | 401 | 134 | 32 |
| Binary | 101000 | 101 | 1111111 | 1000101 | 1100000 | 0 | 110010 | 100000001 | 1011100 | 11010 |
Color Harmonies of #28057F
Complementary color
Monochromatic Colors of #28057F
Black with #28057F
Text Example
Text Example
White with #28057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28057F; }
p { color: rgb(40,5,127); }
H1.HeaderClassName
{
color: #28057F;
}
.AnyTagClassName
{
color: #28057F;
}
</style>
background-color css
<style>
a { background-color: #28057F; }
a { background-color: rgb(40,5,127); }
div.DivClassName
{
background-color: #28057F;
}
.BgClassName
{
background-color: #28057F;
}
</style>
border-color css
<style>
span { border-color: #28057F; }
span { border-color: rgb(40,5,127); }
td.TdClassName
{
border-color: #28057F;
}
.TagClassName
{
border-color: #28057F;
}
</style>