Shades of Persian Indigo #28068F
Tints of Persian Indigo #28068F
RGB
CMYK
RGB Variations
Color information
#28068F (or 0x28068F) is known color: Persian Indigo. HEX triplet: 28, 06 and 8F. RGB value is (40,6,143). Sum of RGB (Red+Green+Blue) = 40+6+143=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #28068F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28068F is #D7F970. Grayscale: #1F1F1F. Windows color (decimal): -14154097 or 9373224. OLE color: 9373224.
HSL color Cylindrical-coordinate representation of color #28068F: hue angle of 254.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28068F is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 6 | 143 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.44 |
| HSL | 254.89º | 0.92% | 0.29% | - |
| HSV(B) | 254.89º | 0.96% | 0.56% | - |
| XYZ | 5.9 | 2.56 | 26.17 | - |
| YUV | 31.78 | 190.76 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 143 | 0.72 | 0.96 | 0 | 0.44 | 254.89 | 0.92 | 0.29 |
| Hex | 28 | 6 | 8F | 48 | 60 | 0 | 2C | FF | 5C | 1D |
| Octal | 50 | 6 | 217 | 110 | 140 | 0 | 54 | 377 | 134 | 35 |
| Binary | 101000 | 110 | 10001111 | 1001000 | 1100000 | 0 | 101100 | 11111111 | 1011100 | 11101 |
Color Harmonies of #28068F
Complementary color
Monochromatic Colors of #28068F
Black with #28068F
Text Example
Text Example
White with #28068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28068F; }
p { color: rgb(40,6,143); }
H1.HeaderClassName
{
color: #28068F;
}
.AnyTagClassName
{
color: #28068F;
}
</style>
background-color css
<style>
a { background-color: #28068F; }
a { background-color: rgb(40,6,143); }
div.DivClassName
{
background-color: #28068F;
}
.BgClassName
{
background-color: #28068F;
}
</style>
border-color css
<style>
span { border-color: #28068F; }
span { border-color: rgb(40,6,143); }
td.TdClassName
{
border-color: #28068F;
}
.TagClassName
{
border-color: #28068F;
}
</style>