Shades of Persian Indigo #2C0085
Tints of Persian Indigo #2C0085
RGB
CMYK
RGB Variations
Color information
#2C0085 (or 0x2C0085) is known color: Persian Indigo. HEX triplet: 2C, 00 and 85. RGB value is (44,0,133). Sum of RGB (Red+Green+Blue) = 44+0+133=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0085 is #D3FF7A. Grayscale: #1B1B1B. Windows color (decimal): -13893499 or 8716332. OLE color: 8716332.
HSL color Cylindrical-coordinate representation of color #2C0085: hue angle of 259.85º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0085 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 0 | 133 | - |
| CMYK | 0.67 | 1 | 0 | 0.48 |
| HSL | 259.85º | 1% | 0.26% | - |
| HSV(B) | 259.85º | 1% | 0.52% | - |
| XYZ | 5.27 | 2.23 | 22.34 | - |
| YUV | 28.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 133 | 0.67 | 1 | 0 | 0.48 | 259.85 | 1 | 0.26 |
| Hex | 2C | 0 | 85 | 43 | 64 | 0 | 30 | 104 | 64 | 1A |
| Octal | 54 | 0 | 205 | 103 | 144 | 0 | 60 | 404 | 144 | 32 |
| Binary | 101100 | 0 | 10000101 | 1000011 | 1100100 | 0 | 110000 | 100000100 | 1100100 | 11010 |
Color Harmonies of #2C0085
Complementary color
Monochromatic Colors of #2C0085
Black with #2C0085
Text Example
Text Example
White with #2C0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0085; }
p { color: rgb(44,0,133); }
H1.HeaderClassName
{
color: #2C0085;
}
.AnyTagClassName
{
color: #2C0085;
}
</style>
background-color css
<style>
a { background-color: #2C0085; }
a { background-color: rgb(44,0,133); }
div.DivClassName
{
background-color: #2C0085;
}
.BgClassName
{
background-color: #2C0085;
}
</style>
border-color css
<style>
span { border-color: #2C0085; }
span { border-color: rgb(44,0,133); }
td.TdClassName
{
border-color: #2C0085;
}
.TagClassName
{
border-color: #2C0085;
}
</style>