Shades of Persian Indigo #270882
Tints of Persian Indigo #270882
RGB
CMYK
RGB Variations
Color information
#270882 (or 0x270882) is known color: Persian Indigo. HEX triplet: 27, 08 and 82. RGB value is (39,8,130). Sum of RGB (Red+Green+Blue) = 39+8+130=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #270882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270882 is #D8F77D. Grayscale: #1E1E1E. Windows color (decimal): -14219134 or 8521767. OLE color: 8521767.
HSL color Cylindrical-coordinate representation of color #270882: hue angle of 255.25º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270882 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 8 | 130 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.49 |
| HSL | 255.25º | 0.88% | 0.27% | - |
| HSV(B) | 255.25º | 0.94% | 0.51% | - |
| XYZ | 4.95 | 2.22 | 21.29 | - |
| YUV | 31.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 130 | 0.70 | 0.94 | 0 | 0.49 | 255.25 | 0.88 | 0.27 |
| Hex | 27 | 8 | 82 | 46 | 5E | 0 | 31 | FF | 58 | 1B |
| Octal | 47 | 10 | 202 | 106 | 136 | 0 | 61 | 377 | 130 | 33 |
| Binary | 100111 | 1000 | 10000010 | 1000110 | 1011110 | 0 | 110001 | 11111111 | 1011000 | 11011 |
Color Harmonies of #270882
Complementary color
Monochromatic Colors of #270882
Black with #270882
Text Example
Text Example
White with #270882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270882; }
p { color: rgb(39,8,130); }
H1.HeaderClassName
{
color: #270882;
}
.AnyTagClassName
{
color: #270882;
}
</style>
background-color css
<style>
a { background-color: #270882; }
a { background-color: rgb(39,8,130); }
div.DivClassName
{
background-color: #270882;
}
.BgClassName
{
background-color: #270882;
}
</style>
border-color css
<style>
span { border-color: #270882; }
span { border-color: rgb(39,8,130); }
td.TdClassName
{
border-color: #270882;
}
.TagClassName
{
border-color: #270882;
}
</style>