Shades of Persian Indigo #2D0685
Tints of Persian Indigo #2D0685
RGB
CMYK
RGB Variations
Color information
#2D0685 (or 0x2D0685) is known color: Persian Indigo. HEX triplet: 2D, 06 and 85. RGB value is (45,6,133). Sum of RGB (Red+Green+Blue) = 45+6+133=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D0685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0685 is #D2F97A. Grayscale: #1F1F1F. Windows color (decimal): -13826427 or 8717869. OLE color: 8717869.
HSL color Cylindrical-coordinate representation of color #2D0685: hue angle of 258.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0685 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 6 | 133 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.48 |
| HSL | 258.43º | 0.91% | 0.27% | - |
| HSV(B) | 258.43º | 0.95% | 0.52% | - |
| XYZ | 5.38 | 2.38 | 22.37 | - |
| YUV | 32.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 133 | 0.66 | 0.95 | 0 | 0.48 | 258.43 | 0.91 | 0.27 |
| Hex | 2D | 6 | 85 | 42 | 5F | 0 | 30 | 102 | 5B | 1B |
| Octal | 55 | 6 | 205 | 102 | 137 | 0 | 60 | 402 | 133 | 33 |
| Binary | 101101 | 110 | 10000101 | 1000010 | 1011111 | 0 | 110000 | 100000010 | 1011011 | 11011 |
Color Harmonies of #2D0685
Complementary color
Monochromatic Colors of #2D0685
Black with #2D0685
Text Example
Text Example
White with #2D0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0685; }
p { color: rgb(45,6,133); }
H1.HeaderClassName
{
color: #2D0685;
}
.AnyTagClassName
{
color: #2D0685;
}
</style>
background-color css
<style>
a { background-color: #2D0685; }
a { background-color: rgb(45,6,133); }
div.DivClassName
{
background-color: #2D0685;
}
.BgClassName
{
background-color: #2D0685;
}
</style>
border-color css
<style>
span { border-color: #2D0685; }
span { border-color: rgb(45,6,133); }
td.TdClassName
{
border-color: #2D0685;
}
.TagClassName
{
border-color: #2D0685;
}
</style>