Shades of Persian Indigo #30037F
Tints of Persian Indigo #30037F
RGB
CMYK
RGB Variations
Color information
#30037F (or 0x30037F) is known color: Persian Indigo. HEX triplet: 30, 03 and 7F. RGB value is (48,3,127). Sum of RGB (Red+Green+Blue) = 48+3+127=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #30037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30037F is #CFFC80. Grayscale: #1E1E1E. Windows color (decimal): -13630593 or 8323888. OLE color: 8323888.
HSL color Cylindrical-coordinate representation of color #30037F: hue angle of 261.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30037F is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 3 | 127 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.50 |
| HSL | 261.77º | 0.95% | 0.25% | - |
| HSV(B) | 261.77º | 0.98% | 0.5% | - |
| XYZ | 5.08 | 2.23 | 20.24 | - |
| YUV | 30.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 127 | 0.62 | 0.98 | 0 | 0.50 | 261.77 | 0.95 | 0.25 |
| Hex | 30 | 3 | 7F | 3E | 62 | 0 | 32 | 106 | 5F | 19 |
| Octal | 60 | 3 | 177 | 76 | 142 | 0 | 62 | 406 | 137 | 31 |
| Binary | 110000 | 11 | 1111111 | 111110 | 1100010 | 0 | 110010 | 100000110 | 1011111 | 11001 |
Color Harmonies of #30037F
Complementary color
Monochromatic Colors of #30037F
Black with #30037F
Text Example
Text Example
White with #30037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30037F; }
p { color: rgb(48,3,127); }
H1.HeaderClassName
{
color: #30037F;
}
.AnyTagClassName
{
color: #30037F;
}
</style>
background-color css
<style>
a { background-color: #30037F; }
a { background-color: rgb(48,3,127); }
div.DivClassName
{
background-color: #30037F;
}
.BgClassName
{
background-color: #30037F;
}
</style>
border-color css
<style>
span { border-color: #30037F; }
span { border-color: rgb(48,3,127); }
td.TdClassName
{
border-color: #30037F;
}
.TagClassName
{
border-color: #30037F;
}
</style>