Shades of Persian Indigo #2C0195
Tints of Persian Indigo #2C0195
RGB
CMYK
RGB Variations
Color information
#2C0195 (or 0x2C0195) is known color: Persian Indigo. HEX triplet: 2C, 01 and 95. RGB value is (44,1,149). Sum of RGB (Red+Green+Blue) = 44+1+149=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0195 is #D3FE6A. Grayscale: #1E1E1E. Windows color (decimal): -13893227 or 9765164. OLE color: 9765164.
HSL color Cylindrical-coordinate representation of color #2C0195: hue angle of 257.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0195 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 1 | 149 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.42 |
| HSL | 257.43º | 0.99% | 0.29% | - |
| HSV(B) | 257.43º | 0.99% | 0.58% | - |
| XYZ | 6.47 | 2.73 | 28.62 | - |
| YUV | 30.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 149 | 0.70 | 0.99 | 0 | 0.42 | 257.43 | 0.99 | 0.29 |
| Hex | 2C | 1 | 95 | 46 | 63 | 0 | 2A | 101 | 63 | 1D |
| Octal | 54 | 1 | 225 | 106 | 143 | 0 | 52 | 401 | 143 | 35 |
| Binary | 101100 | 1 | 10010101 | 1000110 | 1100011 | 0 | 101010 | 100000001 | 1100011 | 11101 |
Color Harmonies of #2C0195
Complementary color
Monochromatic Colors of #2C0195
Black with #2C0195
Text Example
Text Example
White with #2C0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0195; }
p { color: rgb(44,1,149); }
H1.HeaderClassName
{
color: #2C0195;
}
.AnyTagClassName
{
color: #2C0195;
}
</style>
background-color css
<style>
a { background-color: #2C0195; }
a { background-color: rgb(44,1,149); }
div.DivClassName
{
background-color: #2C0195;
}
.BgClassName
{
background-color: #2C0195;
}
</style>
border-color css
<style>
span { border-color: #2C0195; }
span { border-color: rgb(44,1,149); }
td.TdClassName
{
border-color: #2C0195;
}
.TagClassName
{
border-color: #2C0195;
}
</style>