Shades of Persian Indigo #270D68
Tints of Persian Indigo #270D68
RGB
CMYK
RGB Variations
Color information
#270D68 (or 0x270D68) is known color: Persian Indigo. HEX triplet: 27, 0D and 68. RGB value is (39,13,104). Sum of RGB (Red+Green+Blue) = 39+13+104=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #270D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D68 is #D8F297. Grayscale: #1E1E1E. Windows color (decimal): -14217880 or 6819111. OLE color: 6819111.
HSL color Cylindrical-coordinate representation of color #270D68: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270D68 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 13 | 104 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.59 |
| HSL | 257.14º | 0.78% | 0.23% | - |
| HSV(B) | 257.14º | 0.88% | 0.41% | - |
| XYZ | 3.48 | 1.72 | 13.25 | - |
| YUV | 31.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 104 | 0.62 | 0.88 | 0 | 0.59 | 257.14 | 0.78 | 0.23 |
| Hex | 27 | D | 68 | 3E | 58 | 0 | 3B | 101 | 4E | 17 |
| Octal | 47 | 15 | 150 | 76 | 130 | 0 | 73 | 401 | 116 | 27 |
| Binary | 100111 | 1101 | 1101000 | 111110 | 1011000 | 0 | 111011 | 100000001 | 1001110 | 10111 |
Color Harmonies of #270D68
Complementary color
Monochromatic Colors of #270D68
Black with #270D68
Text Example
Text Example
White with #270D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D68; }
p { color: rgb(39,13,104); }
H1.HeaderClassName
{
color: #270D68;
}
.AnyTagClassName
{
color: #270D68;
}
</style>
background-color css
<style>
a { background-color: #270D68; }
a { background-color: rgb(39,13,104); }
div.DivClassName
{
background-color: #270D68;
}
.BgClassName
{
background-color: #270D68;
}
</style>
border-color css
<style>
span { border-color: #270D68; }
span { border-color: rgb(39,13,104); }
td.TdClassName
{
border-color: #270D68;
}
.TagClassName
{
border-color: #270D68;
}
</style>