Shades of Persian Indigo #2D068B
Tints of Persian Indigo #2D068B
RGB
CMYK
RGB Variations
Color information
#2D068B (or 0x2D068B) is known color: Persian Indigo. HEX triplet: 2D, 06 and 8B. RGB value is (45,6,139). Sum of RGB (Red+Green+Blue) = 45+6+139=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D068B is #D2F974. Grayscale: #202020. Windows color (decimal): -13826421 or 9111085. OLE color: 9111085.
HSL color Cylindrical-coordinate representation of color #2D068B: hue angle of 257.59º 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 #2D068B is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 6 | 139 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.45 |
| HSL | 257.59º | 0.92% | 0.28% | - |
| HSV(B) | 257.59º | 0.96% | 0.55% | - |
| XYZ | 5.81 | 2.55 | 24.61 | - |
| YUV | 32.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 139 | 0.68 | 0.96 | 0 | 0.45 | 257.59 | 0.92 | 0.28 |
| Hex | 2D | 6 | 8B | 44 | 60 | 0 | 2D | 102 | 5C | 1C |
| Octal | 55 | 6 | 213 | 104 | 140 | 0 | 55 | 402 | 134 | 34 |
| Binary | 101101 | 110 | 10001011 | 1000100 | 1100000 | 0 | 101101 | 100000010 | 1011100 | 11100 |
Color Harmonies of #2D068B
Complementary color
Monochromatic Colors of #2D068B
Black with #2D068B
Text Example
Text Example
White with #2D068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D068B; }
p { color: rgb(45,6,139); }
H1.HeaderClassName
{
color: #2D068B;
}
.AnyTagClassName
{
color: #2D068B;
}
</style>
background-color css
<style>
a { background-color: #2D068B; }
a { background-color: rgb(45,6,139); }
div.DivClassName
{
background-color: #2D068B;
}
.BgClassName
{
background-color: #2D068B;
}
</style>
border-color css
<style>
span { border-color: #2D068B; }
span { border-color: rgb(45,6,139); }
td.TdClassName
{
border-color: #2D068B;
}
.TagClassName
{
border-color: #2D068B;
}
</style>