Shades of Persian Indigo #28068A
Tints of Persian Indigo #28068A
RGB
CMYK
RGB Variations
Color information
#28068A (or 0x28068A) is known color: Persian Indigo. HEX triplet: 28, 06 and 8A. RGB value is (40,6,138). Sum of RGB (Red+Green+Blue) = 40+6+138=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #28068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28068A is #D7F975. Grayscale: #1E1E1E. Windows color (decimal): -14154102 or 9045544. OLE color: 9045544.
HSL color Cylindrical-coordinate representation of color #28068A: hue angle of 255.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28068A is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 6 | 138 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.46 |
| HSL | 255.45º | 0.92% | 0.28% | - |
| HSV(B) | 255.45º | 0.96% | 0.54% | - |
| XYZ | 5.53 | 2.42 | 24.22 | - |
| YUV | 31.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 138 | 0.71 | 0.96 | 0 | 0.46 | 255.45 | 0.92 | 0.28 |
| Hex | 28 | 6 | 8A | 47 | 60 | 0 | 2E | FF | 5C | 1C |
| Octal | 50 | 6 | 212 | 107 | 140 | 0 | 56 | 377 | 134 | 34 |
| Binary | 101000 | 110 | 10001010 | 1000111 | 1100000 | 0 | 101110 | 11111111 | 1011100 | 11100 |
Color Harmonies of #28068A
Complementary color
Monochromatic Colors of #28068A
Black with #28068A
Text Example
Text Example
White with #28068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28068A; }
p { color: rgb(40,6,138); }
H1.HeaderClassName
{
color: #28068A;
}
.AnyTagClassName
{
color: #28068A;
}
</style>
background-color css
<style>
a { background-color: #28068A; }
a { background-color: rgb(40,6,138); }
div.DivClassName
{
background-color: #28068A;
}
.BgClassName
{
background-color: #28068A;
}
</style>
border-color css
<style>
span { border-color: #28068A; }
span { border-color: rgb(40,6,138); }
td.TdClassName
{
border-color: #28068A;
}
.TagClassName
{
border-color: #28068A;
}
</style>