Shades of Persian Indigo #301F87
Tints of Persian Indigo #301F87
RGB
CMYK
RGB Variations
Color information
#301F87 (or 0x301F87) is known color: Persian Indigo. HEX triplet: 30, 1F and 87. RGB value is (48,31,135). Sum of RGB (Red+Green+Blue) = 48+31+135=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #301F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F87 is #CFE078. Grayscale: #2F2F2F. Windows color (decimal): -13623417 or 8855344. OLE color: 8855344.
HSL color Cylindrical-coordinate representation of color #301F87: hue angle of 249.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301F87 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 31 | 135 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.47 |
| HSL | 249.81º | 0.63% | 0.33% | - |
| HSV(B) | 249.81º | 0.77% | 0.53% | - |
| XYZ | 6.08 | 3.36 | 23.25 | - |
| YUV | 47.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 135 | 0.64 | 0.77 | 0 | 0.47 | 249.81 | 0.63 | 0.33 |
| Hex | 30 | 1F | 87 | 40 | 4D | 0 | 2F | FA | 3F | 21 |
| Octal | 60 | 37 | 207 | 100 | 115 | 0 | 57 | 372 | 77 | 41 |
| Binary | 110000 | 11111 | 10000111 | 1000000 | 1001101 | 0 | 101111 | 11111010 | 111111 | 100001 |
Color Harmonies of #301F87
Complementary color
Monochromatic Colors of #301F87
Black with #301F87
Text Example
Text Example
White with #301F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F87; }
p { color: rgb(48,31,135); }
H1.HeaderClassName
{
color: #301F87;
}
.AnyTagClassName
{
color: #301F87;
}
</style>
background-color css
<style>
a { background-color: #301F87; }
a { background-color: rgb(48,31,135); }
div.DivClassName
{
background-color: #301F87;
}
.BgClassName
{
background-color: #301F87;
}
</style>
border-color css
<style>
span { border-color: #301F87; }
span { border-color: rgb(48,31,135); }
td.TdClassName
{
border-color: #301F87;
}
.TagClassName
{
border-color: #301F87;
}
</style>