Shades of Persian Indigo #270C68
Tints of Persian Indigo #270C68
RGB
CMYK
RGB Variations
Color information
#270C68 (or 0x270C68) is known color: Persian Indigo. HEX triplet: 27, 0C and 68. RGB value is (39,12,104). Sum of RGB (Red+Green+Blue) = 39+12+104=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #270C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270C68 is #D8F397. Grayscale: #1E1E1E. Windows color (decimal): -14218136 or 6818855. OLE color: 6818855.
HSL color Cylindrical-coordinate representation of color #270C68: hue angle of 257.61º degrees, saturation: 0.79, 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 #270C68 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 12 | 104 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.59 |
| HSL | 257.61º | 0.79% | 0.23% | - |
| HSV(B) | 257.61º | 0.88% | 0.41% | - |
| XYZ | 3.47 | 1.69 | 13.24 | - |
| YUV | 30.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 104 | 0.62 | 0.88 | 0 | 0.59 | 257.61 | 0.79 | 0.23 |
| Hex | 27 | C | 68 | 3E | 58 | 0 | 3B | 102 | 4F | 17 |
| Octal | 47 | 14 | 150 | 76 | 130 | 0 | 73 | 402 | 117 | 27 |
| Binary | 100111 | 1100 | 1101000 | 111110 | 1011000 | 0 | 111011 | 100000010 | 1001111 | 10111 |
Color Harmonies of #270C68
Complementary color
Monochromatic Colors of #270C68
Black with #270C68
Text Example
Text Example
White with #270C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C68; }
p { color: rgb(39,12,104); }
H1.HeaderClassName
{
color: #270C68;
}
.AnyTagClassName
{
color: #270C68;
}
</style>
background-color css
<style>
a { background-color: #270C68; }
a { background-color: rgb(39,12,104); }
div.DivClassName
{
background-color: #270C68;
}
.BgClassName
{
background-color: #270C68;
}
</style>
border-color css
<style>
span { border-color: #270C68; }
span { border-color: rgb(39,12,104); }
td.TdClassName
{
border-color: #270C68;
}
.TagClassName
{
border-color: #270C68;
}
</style>