Shades of Persian Indigo #28068B
Tints of Persian Indigo #28068B
RGB
CMYK
RGB Variations
Color information
#28068B (or 0x28068B) is known color: Persian Indigo. HEX triplet: 28, 06 and 8B. RGB value is (40,6,139). Sum of RGB (Red+Green+Blue) = 40+6+139=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #28068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28068B is #D7F974. Grayscale: #1E1E1E. Windows color (decimal): -14154101 or 9111080. OLE color: 9111080.
HSL color Cylindrical-coordinate representation of color #28068B: hue angle of 255.34º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28068B is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 6 | 139 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.45 |
| HSL | 255.34º | 0.92% | 0.28% | - |
| HSV(B) | 255.34º | 0.96% | 0.55% | - |
| XYZ | 5.6 | 2.45 | 24.6 | - |
| YUV | 31.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 139 | 0.71 | 0.96 | 0 | 0.45 | 255.34 | 0.92 | 0.28 |
| Hex | 28 | 6 | 8B | 47 | 60 | 0 | 2D | FF | 5C | 1C |
| Octal | 50 | 6 | 213 | 107 | 140 | 0 | 55 | 377 | 134 | 34 |
| Binary | 101000 | 110 | 10001011 | 1000111 | 1100000 | 0 | 101101 | 11111111 | 1011100 | 11100 |
Color Harmonies of #28068B
Complementary color
Monochromatic Colors of #28068B
Black with #28068B
Text Example
Text Example
White with #28068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28068B; }
p { color: rgb(40,6,139); }
H1.HeaderClassName
{
color: #28068B;
}
.AnyTagClassName
{
color: #28068B;
}
</style>
background-color css
<style>
a { background-color: #28068B; }
a { background-color: rgb(40,6,139); }
div.DivClassName
{
background-color: #28068B;
}
.BgClassName
{
background-color: #28068B;
}
</style>
border-color css
<style>
span { border-color: #28068B; }
span { border-color: rgb(40,6,139); }
td.TdClassName
{
border-color: #28068B;
}
.TagClassName
{
border-color: #28068B;
}
</style>