Shades of Persian Indigo #270B62
Tints of Persian Indigo #270B62
RGB
CMYK
RGB Variations
Color information
#270B62 (or 0x270B62) is known color: Persian Indigo. HEX triplet: 27, 0B and 62. RGB value is (39,11,98). Sum of RGB (Red+Green+Blue) = 39+11+98=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #270B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B62 is #D8F49D. Grayscale: #1C1C1C. Windows color (decimal): -14218398 or 6425383. OLE color: 6425383.
HSL color Cylindrical-coordinate representation of color #270B62: hue angle of 259.31º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270B62 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 11 | 98 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.62 |
| HSL | 259.31º | 0.8% | 0.21% | - |
| HSV(B) | 259.31º | 0.89% | 0.38% | - |
| XYZ | 3.16 | 1.55 | 11.69 | - |
| YUV | 29.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 98 | 0.60 | 0.89 | 0 | 0.62 | 259.31 | 0.8 | 0.21 |
| Hex | 27 | B | 62 | 3C | 59 | 0 | 3E | 103 | 50 | 15 |
| Octal | 47 | 13 | 142 | 74 | 131 | 0 | 76 | 403 | 120 | 25 |
| Binary | 100111 | 1011 | 1100010 | 111100 | 1011001 | 0 | 111110 | 100000011 | 1010000 | 10101 |
Color Harmonies of #270B62
Complementary color
Monochromatic Colors of #270B62
Black with #270B62
Text Example
Text Example
White with #270B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B62; }
p { color: rgb(39,11,98); }
H1.HeaderClassName
{
color: #270B62;
}
.AnyTagClassName
{
color: #270B62;
}
</style>
background-color css
<style>
a { background-color: #270B62; }
a { background-color: rgb(39,11,98); }
div.DivClassName
{
background-color: #270B62;
}
.BgClassName
{
background-color: #270B62;
}
</style>
border-color css
<style>
span { border-color: #270B62; }
span { border-color: rgb(39,11,98); }
td.TdClassName
{
border-color: #270B62;
}
.TagClassName
{
border-color: #270B62;
}
</style>