Shades of Persian Indigo #28068D
Tints of Persian Indigo #28068D
RGB
CMYK
RGB Variations
Color information
#28068D (or 0x28068D) is known color: Persian Indigo. HEX triplet: 28, 06 and 8D. RGB value is (40,6,141). Sum of RGB (Red+Green+Blue) = 40+6+141=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #28068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28068D is #D7F972. Grayscale: #1F1F1F. Windows color (decimal): -14154099 or 9242152. OLE color: 9242152.
HSL color Cylindrical-coordinate representation of color #28068D: hue angle of 255.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28068D is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 6 | 141 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.45 |
| HSL | 255.11º | 0.92% | 0.29% | - |
| HSV(B) | 255.11º | 0.96% | 0.55% | - |
| XYZ | 5.75 | 2.5 | 25.38 | - |
| YUV | 31.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 141 | 0.72 | 0.96 | 0 | 0.45 | 255.11 | 0.92 | 0.29 |
| Hex | 28 | 6 | 8D | 48 | 60 | 0 | 2D | FF | 5C | 1D |
| Octal | 50 | 6 | 215 | 110 | 140 | 0 | 55 | 377 | 134 | 35 |
| Binary | 101000 | 110 | 10001101 | 1001000 | 1100000 | 0 | 101101 | 11111111 | 1011100 | 11101 |
Color Harmonies of #28068D
Complementary color
Monochromatic Colors of #28068D
Black with #28068D
Text Example
Text Example
White with #28068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28068D; }
p { color: rgb(40,6,141); }
H1.HeaderClassName
{
color: #28068D;
}
.AnyTagClassName
{
color: #28068D;
}
</style>
background-color css
<style>
a { background-color: #28068D; }
a { background-color: rgb(40,6,141); }
div.DivClassName
{
background-color: #28068D;
}
.BgClassName
{
background-color: #28068D;
}
</style>
border-color css
<style>
span { border-color: #28068D; }
span { border-color: rgb(40,6,141); }
td.TdClassName
{
border-color: #28068D;
}
.TagClassName
{
border-color: #28068D;
}
</style>