Shades of Persian Indigo #28037F
Tints of Persian Indigo #28037F
RGB
CMYK
RGB Variations
Color information
#28037F (or 0x28037F) is known color: Persian Indigo. HEX triplet: 28, 03 and 7F. RGB value is (40,3,127). Sum of RGB (Red+Green+Blue) = 40+3+127=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #28037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28037F is #D7FC80. Grayscale: #1B1B1B. Windows color (decimal): -14154881 or 8323880. OLE color: 8323880.
HSL color Cylindrical-coordinate representation of color #28037F: hue angle of 257.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28037F is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 3 | 127 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.50 |
| HSL | 257.9º | 0.95% | 0.25% | - |
| HSV(B) | 257.9º | 0.98% | 0.5% | - |
| XYZ | 4.74 | 2.05 | 20.22 | - |
| YUV | 28.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 127 | 0.69 | 0.98 | 0 | 0.50 | 257.9 | 0.95 | 0.25 |
| Hex | 28 | 3 | 7F | 45 | 62 | 0 | 32 | 102 | 5F | 19 |
| Octal | 50 | 3 | 177 | 105 | 142 | 0 | 62 | 402 | 137 | 31 |
| Binary | 101000 | 11 | 1111111 | 1000101 | 1100010 | 0 | 110010 | 100000010 | 1011111 | 11001 |
Color Harmonies of #28037F
Complementary color
Monochromatic Colors of #28037F
Black with #28037F
Text Example
Text Example
White with #28037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28037F; }
p { color: rgb(40,3,127); }
H1.HeaderClassName
{
color: #28037F;
}
.AnyTagClassName
{
color: #28037F;
}
</style>
background-color css
<style>
a { background-color: #28037F; }
a { background-color: rgb(40,3,127); }
div.DivClassName
{
background-color: #28037F;
}
.BgClassName
{
background-color: #28037F;
}
</style>
border-color css
<style>
span { border-color: #28037F; }
span { border-color: rgb(40,3,127); }
td.TdClassName
{
border-color: #28037F;
}
.TagClassName
{
border-color: #28037F;
}
</style>