Shades of Persian Indigo #30247B
Tints of Persian Indigo #30247B
RGB
CMYK
RGB Variations
Color information
#30247B (or 0x30247B) is known color: Persian Indigo. HEX triplet: 30, 24 and 7B. RGB value is (48,36,123). Sum of RGB (Red+Green+Blue) = 48+36+123=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #30247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30247B is #CFDB84. Grayscale: #313131. Windows color (decimal): -13622149 or 8070192. OLE color: 8070192.
HSL color Cylindrical-coordinate representation of color #30247B: hue angle of 248.28º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30247B is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 36 | 123 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.52 |
| HSL | 248.28º | 0.55% | 0.31% | - |
| HSV(B) | 248.28º | 0.71% | 0.48% | - |
| XYZ | 5.42 | 3.32 | 19.09 | - |
| YUV | 49.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 123 | 0.61 | 0.71 | 0 | 0.52 | 248.28 | 0.55 | 0.31 |
| Hex | 30 | 24 | 7B | 3D | 47 | 0 | 34 | F8 | 37 | 1F |
| Octal | 60 | 44 | 173 | 75 | 107 | 0 | 64 | 370 | 67 | 37 |
| Binary | 110000 | 100100 | 1111011 | 111101 | 1000111 | 0 | 110100 | 11111000 | 110111 | 11111 |
Color Harmonies of #30247B
Complementary color
Monochromatic Colors of #30247B
Black with #30247B
Text Example
Text Example
White with #30247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30247B; }
p { color: rgb(48,36,123); }
H1.HeaderClassName
{
color: #30247B;
}
.AnyTagClassName
{
color: #30247B;
}
</style>
background-color css
<style>
a { background-color: #30247B; }
a { background-color: rgb(48,36,123); }
div.DivClassName
{
background-color: #30247B;
}
.BgClassName
{
background-color: #30247B;
}
</style>
border-color css
<style>
span { border-color: #30247B; }
span { border-color: rgb(48,36,123); }
td.TdClassName
{
border-color: #30247B;
}
.TagClassName
{
border-color: #30247B;
}
</style>