Shades of Persian Indigo #1B0070
Tints of Persian Indigo #1B0070
RGB
CMYK
RGB Variations
Color information
#1B0070 (or 0x1B0070) is known color: Persian Indigo. HEX triplet: 1B, 00 and 70. RGB value is (27,0,112). Sum of RGB (Red+Green+Blue) = 27+0+112=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0070 is #E4FF8F. Grayscale: #141414. Windows color (decimal): -15007632 or 7340059. OLE color: 7340059.
HSL color Cylindrical-coordinate representation of color #1B0070: hue angle of 254.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0070 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 0 | 112 | - |
| CMYK | 0.76 | 1 | 0 | 0.56 |
| HSL | 254.46º | 1% | 0.22% | - |
| HSV(B) | 254.46º | 1% | 0.44% | - |
| XYZ | 3.38 | 1.4 | 15.42 | - |
| YUV | 20.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 112 | 0.76 | 1 | 0 | 0.56 | 254.46 | 1 | 0.22 |
| Hex | 1B | 0 | 70 | 4C | 64 | 0 | 38 | FE | 64 | 16 |
| Octal | 33 | 0 | 160 | 114 | 144 | 0 | 70 | 376 | 144 | 26 |
| Binary | 11011 | 0 | 1110000 | 1001100 | 1100100 | 0 | 111000 | 11111110 | 1100100 | 10110 |
Color Harmonies of #1B0070
Complementary color
Monochromatic Colors of #1B0070
Black with #1B0070
Text Example
Text Example
White with #1B0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0070; }
p { color: rgb(27,0,112); }
H1.HeaderClassName
{
color: #1B0070;
}
.AnyTagClassName
{
color: #1B0070;
}
</style>
background-color css
<style>
a { background-color: #1B0070; }
a { background-color: rgb(27,0,112); }
div.DivClassName
{
background-color: #1B0070;
}
.BgClassName
{
background-color: #1B0070;
}
</style>
border-color css
<style>
span { border-color: #1B0070; }
span { border-color: rgb(27,0,112); }
td.TdClassName
{
border-color: #1B0070;
}
.TagClassName
{
border-color: #1B0070;
}
</style>