Shades of Persian Indigo #301D83
Tints of Persian Indigo #301D83
RGB
CMYK
RGB Variations
Color information
#301D83 (or 0x301D83) is known color: Persian Indigo. HEX triplet: 30, 1D and 83. RGB value is (48,29,131). Sum of RGB (Red+Green+Blue) = 48+29+131=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #301D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D83 is #CFE27C. Grayscale: #2D2D2D. Windows color (decimal): -13623933 or 8592688. OLE color: 8592688.
HSL color Cylindrical-coordinate representation of color #301D83: hue angle of 251.18º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301D83 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 29 | 131 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.49 |
| HSL | 251.18º | 0.64% | 0.31% | - |
| HSV(B) | 251.18º | 0.78% | 0.51% | - |
| XYZ | 5.76 | 3.15 | 21.78 | - |
| YUV | 46.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 131 | 0.63 | 0.78 | 0 | 0.49 | 251.18 | 0.64 | 0.31 |
| Hex | 30 | 1D | 83 | 3F | 4E | 0 | 31 | FB | 40 | 1F |
| Octal | 60 | 35 | 203 | 77 | 116 | 0 | 61 | 373 | 100 | 37 |
| Binary | 110000 | 11101 | 10000011 | 111111 | 1001110 | 0 | 110001 | 11111011 | 1000000 | 11111 |
Color Harmonies of #301D83
Complementary color
Monochromatic Colors of #301D83
Black with #301D83
Text Example
Text Example
White with #301D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D83; }
p { color: rgb(48,29,131); }
H1.HeaderClassName
{
color: #301D83;
}
.AnyTagClassName
{
color: #301D83;
}
</style>
background-color css
<style>
a { background-color: #301D83; }
a { background-color: rgb(48,29,131); }
div.DivClassName
{
background-color: #301D83;
}
.BgClassName
{
background-color: #301D83;
}
</style>
border-color css
<style>
span { border-color: #301D83; }
span { border-color: rgb(48,29,131); }
td.TdClassName
{
border-color: #301D83;
}
.TagClassName
{
border-color: #301D83;
}
</style>