Shades of Persian Indigo #270A8A
Tints of Persian Indigo #270A8A
RGB
CMYK
RGB Variations
Color information
#270A8A (or 0x270A8A) is known color: Persian Indigo. HEX triplet: 27, 0A and 8A. RGB value is (39,10,138). Sum of RGB (Red+Green+Blue) = 39+10+138=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #270A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270A8A is #D8F575. Grayscale: #202020. Windows color (decimal): -14218614 or 9046567. OLE color: 9046567.
HSL color Cylindrical-coordinate representation of color #270A8A: hue angle of 253.59º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270A8A is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 10 | 138 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.46 |
| HSL | 253.59º | 0.86% | 0.29% | - |
| HSV(B) | 253.59º | 0.93% | 0.54% | - |
| XYZ | 5.53 | 2.48 | 24.23 | - |
| YUV | 33.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 138 | 0.72 | 0.93 | 0 | 0.46 | 253.59 | 0.86 | 0.29 |
| Hex | 27 | A | 8A | 48 | 5D | 0 | 2E | FE | 56 | 1D |
| Octal | 47 | 12 | 212 | 110 | 135 | 0 | 56 | 376 | 126 | 35 |
| Binary | 100111 | 1010 | 10001010 | 1001000 | 1011101 | 0 | 101110 | 11111110 | 1010110 | 11101 |
Color Harmonies of #270A8A
Complementary color
Monochromatic Colors of #270A8A
Black with #270A8A
Text Example
Text Example
White with #270A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A8A; }
p { color: rgb(39,10,138); }
H1.HeaderClassName
{
color: #270A8A;
}
.AnyTagClassName
{
color: #270A8A;
}
</style>
background-color css
<style>
a { background-color: #270A8A; }
a { background-color: rgb(39,10,138); }
div.DivClassName
{
background-color: #270A8A;
}
.BgClassName
{
background-color: #270A8A;
}
</style>
border-color css
<style>
span { border-color: #270A8A; }
span { border-color: rgb(39,10,138); }
td.TdClassName
{
border-color: #270A8A;
}
.TagClassName
{
border-color: #270A8A;
}
</style>