Shades of Persian Indigo #270B7E
Tints of Persian Indigo #270B7E
RGB
CMYK
RGB Variations
Color information
#270B7E (or 0x270B7E) is known color: Persian Indigo. HEX triplet: 27, 0B and 7E. RGB value is (39,11,126). Sum of RGB (Red+Green+Blue) = 39+11+126=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #270B7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B7E is #D8F481. Grayscale: #202020. Windows color (decimal): -14218370 or 8260391. OLE color: 8260391.
HSL color Cylindrical-coordinate representation of color #270B7E: hue angle of 254.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270B7E is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 11 | 126 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.51 |
| HSL | 254.61º | 0.84% | 0.27% | - |
| HSV(B) | 254.61º | 0.91% | 0.49% | - |
| XYZ | 4.72 | 2.18 | 19.91 | - |
| YUV | 32.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 126 | 0.69 | 0.91 | 0 | 0.51 | 254.61 | 0.84 | 0.27 |
| Hex | 27 | B | 7E | 45 | 5B | 0 | 33 | FF | 54 | 1B |
| Octal | 47 | 13 | 176 | 105 | 133 | 0 | 63 | 377 | 124 | 33 |
| Binary | 100111 | 1011 | 1111110 | 1000101 | 1011011 | 0 | 110011 | 11111111 | 1010100 | 11011 |
Color Harmonies of #270B7E
Complementary color
Monochromatic Colors of #270B7E
Black with #270B7E
Text Example
Text Example
White with #270B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B7E; }
p { color: rgb(39,11,126); }
H1.HeaderClassName
{
color: #270B7E;
}
.AnyTagClassName
{
color: #270B7E;
}
</style>
background-color css
<style>
a { background-color: #270B7E; }
a { background-color: rgb(39,11,126); }
div.DivClassName
{
background-color: #270B7E;
}
.BgClassName
{
background-color: #270B7E;
}
</style>
border-color css
<style>
span { border-color: #270B7E; }
span { border-color: rgb(39,11,126); }
td.TdClassName
{
border-color: #270B7E;
}
.TagClassName
{
border-color: #270B7E;
}
</style>