Shades of Persian Indigo #28067B
Tints of Persian Indigo #28067B
RGB
CMYK
RGB Variations
Color information
#28067B (or 0x28067B) is known color: Persian Indigo. HEX triplet: 28, 06 and 7B. RGB value is (40,6,123). Sum of RGB (Red+Green+Blue) = 40+6+123=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #28067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28067B is #D7F984. Grayscale: #1D1D1D. Windows color (decimal): -14154117 or 8062504. OLE color: 8062504.
HSL color Cylindrical-coordinate representation of color #28067B: hue angle of 257.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28067B is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 6 | 123 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.52 |
| HSL | 257.44º | 0.91% | 0.25% | - |
| HSV(B) | 257.44º | 0.95% | 0.48% | - |
| XYZ | 4.52 | 2.01 | 18.89 | - |
| YUV | 29.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 123 | 0.67 | 0.95 | 0 | 0.52 | 257.44 | 0.91 | 0.25 |
| Hex | 28 | 6 | 7B | 43 | 5F | 0 | 34 | 101 | 5B | 19 |
| Octal | 50 | 6 | 173 | 103 | 137 | 0 | 64 | 401 | 133 | 31 |
| Binary | 101000 | 110 | 1111011 | 1000011 | 1011111 | 0 | 110100 | 100000001 | 1011011 | 11001 |
Color Harmonies of #28067B
Complementary color
Monochromatic Colors of #28067B
Black with #28067B
Text Example
Text Example
White with #28067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28067B; }
p { color: rgb(40,6,123); }
H1.HeaderClassName
{
color: #28067B;
}
.AnyTagClassName
{
color: #28067B;
}
</style>
background-color css
<style>
a { background-color: #28067B; }
a { background-color: rgb(40,6,123); }
div.DivClassName
{
background-color: #28067B;
}
.BgClassName
{
background-color: #28067B;
}
</style>
border-color css
<style>
span { border-color: #28067B; }
span { border-color: rgb(40,6,123); }
td.TdClassName
{
border-color: #28067B;
}
.TagClassName
{
border-color: #28067B;
}
</style>