Shades of Persian Indigo #270F69
Tints of Persian Indigo #270F69
RGB
CMYK
RGB Variations
Color information
#270F69 (or 0x270F69) is known color: Persian Indigo. HEX triplet: 27, 0F and 69. RGB value is (39,15,105). Sum of RGB (Red+Green+Blue) = 39+15+105=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #270F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F69 is #D8F096. Grayscale: #202020. Windows color (decimal): -14217367 or 6885159. OLE color: 6885159.
HSL color Cylindrical-coordinate representation of color #270F69: hue angle of 256º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270F69 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 15 | 105 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.59 |
| HSL | 256º | 0.75% | 0.24% | - |
| HSV(B) | 256º | 0.86% | 0.41% | - |
| XYZ | 3.56 | 1.79 | 13.52 | - |
| YUV | 32.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 105 | 0.63 | 0.86 | 0 | 0.59 | 256 | 0.75 | 0.24 |
| Hex | 27 | F | 69 | 3F | 56 | 0 | 3B | 100 | 4B | 18 |
| Octal | 47 | 17 | 151 | 77 | 126 | 0 | 73 | 400 | 113 | 30 |
| Binary | 100111 | 1111 | 1101001 | 111111 | 1010110 | 0 | 111011 | 100000000 | 1001011 | 11000 |
Color Harmonies of #270F69
Complementary color
Monochromatic Colors of #270F69
Black with #270F69
Text Example
Text Example
White with #270F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F69; }
p { color: rgb(39,15,105); }
H1.HeaderClassName
{
color: #270F69;
}
.AnyTagClassName
{
color: #270F69;
}
</style>
background-color css
<style>
a { background-color: #270F69; }
a { background-color: rgb(39,15,105); }
div.DivClassName
{
background-color: #270F69;
}
.BgClassName
{
background-color: #270F69;
}
</style>
border-color css
<style>
span { border-color: #270F69; }
span { border-color: rgb(39,15,105); }
td.TdClassName
{
border-color: #270F69;
}
.TagClassName
{
border-color: #270F69;
}
</style>