Shades of Persian Indigo #26187D
Tints of Persian Indigo #26187D
RGB
CMYK
RGB Variations
Color information
#26187D (or 0x26187D) is known color: Persian Indigo. HEX triplet: 26, 18 and 7D. RGB value is (38,24,125). Sum of RGB (Red+Green+Blue) = 38+24+125=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #26187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26187D is #D9E782. Grayscale: #272727. Windows color (decimal): -14280579 or 8198182. OLE color: 8198182.
HSL color Cylindrical-coordinate representation of color #26187D: hue angle of 248.32º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26187D is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 24 | 125 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.51 |
| HSL | 248.32º | 0.68% | 0.29% | - |
| HSV(B) | 248.32º | 0.81% | 0.49% | - |
| XYZ | 4.83 | 2.55 | 19.64 | - |
| YUV | 39.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 125 | 0.70 | 0.81 | 0 | 0.51 | 248.32 | 0.68 | 0.29 |
| Hex | 26 | 18 | 7D | 46 | 51 | 0 | 33 | F8 | 44 | 1D |
| Octal | 46 | 30 | 175 | 106 | 121 | 0 | 63 | 370 | 104 | 35 |
| Binary | 100110 | 11000 | 1111101 | 1000110 | 1010001 | 0 | 110011 | 11111000 | 1000100 | 11101 |
Color Harmonies of #26187D
Complementary color
Monochromatic Colors of #26187D
Black with #26187D
Text Example
Text Example
White with #26187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26187D; }
p { color: rgb(38,24,125); }
H1.HeaderClassName
{
color: #26187D;
}
.AnyTagClassName
{
color: #26187D;
}
</style>
background-color css
<style>
a { background-color: #26187D; }
a { background-color: rgb(38,24,125); }
div.DivClassName
{
background-color: #26187D;
}
.BgClassName
{
background-color: #26187D;
}
</style>
border-color css
<style>
span { border-color: #26187D; }
span { border-color: rgb(38,24,125); }
td.TdClassName
{
border-color: #26187D;
}
.TagClassName
{
border-color: #26187D;
}
</style>