Shades of Persian Indigo #2C168A
Tints of Persian Indigo #2C168A
RGB
CMYK
RGB Variations
Color information
#2C168A (or 0x2C168A) is known color: Persian Indigo. HEX triplet: 2C, 16 and 8A. RGB value is (44,22,138). Sum of RGB (Red+Green+Blue) = 44+22+138=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C168A is #D3E975. Grayscale: #292929. Windows color (decimal): -13887862 or 9049644. OLE color: 9049644.
HSL color Cylindrical-coordinate representation of color #2C168A: hue angle of 251.38º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C168A is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 22 | 138 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.46 |
| HSL | 251.38º | 0.73% | 0.31% | - |
| HSV(B) | 251.38º | 0.84% | 0.54% | - |
| XYZ | 5.91 | 2.94 | 24.3 | - |
| YUV | 41.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 138 | 0.68 | 0.84 | 0 | 0.46 | 251.38 | 0.73 | 0.31 |
| Hex | 2C | 16 | 8A | 44 | 54 | 0 | 2E | FB | 48 | 1F |
| Octal | 54 | 26 | 212 | 104 | 124 | 0 | 56 | 373 | 110 | 37 |
| Binary | 101100 | 10110 | 10001010 | 1000100 | 1010100 | 0 | 101110 | 11111011 | 1001000 | 11111 |
Color Harmonies of #2C168A
Complementary color
Monochromatic Colors of #2C168A
Black with #2C168A
Text Example
Text Example
White with #2C168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C168A; }
p { color: rgb(44,22,138); }
H1.HeaderClassName
{
color: #2C168A;
}
.AnyTagClassName
{
color: #2C168A;
}
</style>
background-color css
<style>
a { background-color: #2C168A; }
a { background-color: rgb(44,22,138); }
div.DivClassName
{
background-color: #2C168A;
}
.BgClassName
{
background-color: #2C168A;
}
</style>
border-color css
<style>
span { border-color: #2C168A; }
span { border-color: rgb(44,22,138); }
td.TdClassName
{
border-color: #2C168A;
}
.TagClassName
{
border-color: #2C168A;
}
</style>