Shades of Persian Indigo #2D068E
Tints of Persian Indigo #2D068E
RGB
CMYK
RGB Variations
Color information
#2D068E (or 0x2D068E) is known color: Persian Indigo. HEX triplet: 2D, 06 and 8E. RGB value is (45,6,142). Sum of RGB (Red+Green+Blue) = 45+6+142=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D068E is #D2F971. Grayscale: #202020. Windows color (decimal): -13826418 or 9307693. OLE color: 9307693.
HSL color Cylindrical-coordinate representation of color #2D068E: hue angle of 257.21º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D068E is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 6 | 142 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.44 |
| HSL | 257.21º | 0.92% | 0.29% | - |
| HSV(B) | 257.21º | 0.96% | 0.56% | - |
| XYZ | 6.03 | 2.64 | 25.78 | - |
| YUV | 33.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 142 | 0.68 | 0.96 | 0 | 0.44 | 257.21 | 0.92 | 0.29 |
| Hex | 2D | 6 | 8E | 44 | 60 | 0 | 2C | 101 | 5C | 1D |
| Octal | 55 | 6 | 216 | 104 | 140 | 0 | 54 | 401 | 134 | 35 |
| Binary | 101101 | 110 | 10001110 | 1000100 | 1100000 | 0 | 101100 | 100000001 | 1011100 | 11101 |
Color Harmonies of #2D068E
Complementary color
Monochromatic Colors of #2D068E
Black with #2D068E
Text Example
Text Example
White with #2D068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D068E; }
p { color: rgb(45,6,142); }
H1.HeaderClassName
{
color: #2D068E;
}
.AnyTagClassName
{
color: #2D068E;
}
</style>
background-color css
<style>
a { background-color: #2D068E; }
a { background-color: rgb(45,6,142); }
div.DivClassName
{
background-color: #2D068E;
}
.BgClassName
{
background-color: #2D068E;
}
</style>
border-color css
<style>
span { border-color: #2D068E; }
span { border-color: rgb(45,6,142); }
td.TdClassName
{
border-color: #2D068E;
}
.TagClassName
{
border-color: #2D068E;
}
</style>