Shades of Persian Indigo #261C88
Tints of Persian Indigo #261C88
RGB
CMYK
RGB Variations
Color information
#261C88 (or 0x261C88) is known color: Persian Indigo. HEX triplet: 26, 1C and 88. RGB value is (38,28,136). Sum of RGB (Red+Green+Blue) = 38+28+136=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #261C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C88 is #D9E377. Grayscale: #2A2A2A. Windows color (decimal): -14279544 or 8920102. OLE color: 8920102.
HSL color Cylindrical-coordinate representation of color #261C88: hue angle of 245.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261C88 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 28 | 136 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.47 |
| HSL | 245.56º | 0.66% | 0.32% | - |
| HSV(B) | 245.56º | 0.79% | 0.53% | - |
| XYZ | 5.66 | 3.02 | 23.58 | - |
| YUV | 43.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 136 | 0.72 | 0.79 | 0 | 0.47 | 245.56 | 0.66 | 0.32 |
| Hex | 26 | 1C | 88 | 48 | 4F | 0 | 2F | F6 | 42 | 20 |
| Octal | 46 | 34 | 210 | 110 | 117 | 0 | 57 | 366 | 102 | 40 |
| Binary | 100110 | 11100 | 10001000 | 1001000 | 1001111 | 0 | 101111 | 11110110 | 1000010 | 100000 |
Color Harmonies of #261C88
Complementary color
Monochromatic Colors of #261C88
Black with #261C88
Text Example
Text Example
White with #261C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C88; }
p { color: rgb(38,28,136); }
H1.HeaderClassName
{
color: #261C88;
}
.AnyTagClassName
{
color: #261C88;
}
</style>
background-color css
<style>
a { background-color: #261C88; }
a { background-color: rgb(38,28,136); }
div.DivClassName
{
background-color: #261C88;
}
.BgClassName
{
background-color: #261C88;
}
</style>
border-color css
<style>
span { border-color: #261C88; }
span { border-color: rgb(38,28,136); }
td.TdClassName
{
border-color: #261C88;
}
.TagClassName
{
border-color: #261C88;
}
</style>