Shades of Persian Indigo #1C026D
Tints of Persian Indigo #1C026D
RGB
CMYK
RGB Variations
Color information
#1C026D (or 0x1C026D) is known color: Persian Indigo. HEX triplet: 1C, 02 and 6D. RGB value is (28,2,109). Sum of RGB (Red+Green+Blue) = 28+2+109=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 109 (42.97% from 255 or 78.42% from 139); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C026D is #E3FD92. Grayscale: #151515. Windows color (decimal): -14941587 or 7143964. OLE color: 7143964.
HSL color Cylindrical-coordinate representation of color #1C026D: hue angle of 254.58º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C026D is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 2 | 109 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.57 |
| HSL | 254.58º | 0.96% | 0.22% | - |
| HSV(B) | 254.58º | 0.98% | 0.43% | - |
| XYZ | 3.26 | 1.39 | 14.57 | - |
| YUV | 21.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 109 | 0.74 | 0.98 | 0 | 0.57 | 254.58 | 0.96 | 0.22 |
| Hex | 1C | 2 | 6D | 4A | 62 | 0 | 39 | FF | 60 | 16 |
| Octal | 34 | 2 | 155 | 112 | 142 | 0 | 71 | 377 | 140 | 26 |
| Binary | 11100 | 10 | 1101101 | 1001010 | 1100010 | 0 | 111001 | 11111111 | 1100000 | 10110 |
Color Harmonies of #1C026D
Complementary color
Monochromatic Colors of #1C026D
Black with #1C026D
Text Example
Text Example
White with #1C026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C026D; }
p { color: rgb(28,2,109); }
H1.HeaderClassName
{
color: #1C026D;
}
.AnyTagClassName
{
color: #1C026D;
}
</style>
background-color css
<style>
a { background-color: #1C026D; }
a { background-color: rgb(28,2,109); }
div.DivClassName
{
background-color: #1C026D;
}
.BgClassName
{
background-color: #1C026D;
}
</style>
border-color css
<style>
span { border-color: #1C026D; }
span { border-color: rgb(28,2,109); }
td.TdClassName
{
border-color: #1C026D;
}
.TagClassName
{
border-color: #1C026D;
}
</style>