Shades of Persian Indigo #30038F
Tints of Persian Indigo #30038F
RGB
CMYK
RGB Variations
Color information
#30038F (or 0x30038F) is known color: Persian Indigo. HEX triplet: 30, 03 and 8F. RGB value is (48,3,143). Sum of RGB (Red+Green+Blue) = 48+3+143=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 143 (56.25% from 255 or 73.71% from 194); Max value from RGB is 143 - color contains mainly: blue. Hex color #30038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30038F is #CFFC70. Grayscale: #1F1F1F. Windows color (decimal): -13630577 or 9372464. OLE color: 9372464.
HSL color Cylindrical-coordinate representation of color #30038F: hue angle of 259.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30038F is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 3 | 143 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.44 |
| HSL | 259.29º | 0.96% | 0.29% | - |
| HSV(B) | 259.29º | 0.98% | 0.56% | - |
| XYZ | 6.21 | 2.68 | 26.18 | - |
| YUV | 32.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 143 | 0.66 | 0.98 | 0 | 0.44 | 259.29 | 0.96 | 0.29 |
| Hex | 30 | 3 | 8F | 42 | 62 | 0 | 2C | 103 | 60 | 1D |
| Octal | 60 | 3 | 217 | 102 | 142 | 0 | 54 | 403 | 140 | 35 |
| Binary | 110000 | 11 | 10001111 | 1000010 | 1100010 | 0 | 101100 | 100000011 | 1100000 | 11101 |
Color Harmonies of #30038F
Complementary color
Monochromatic Colors of #30038F
Black with #30038F
Text Example
Text Example
White with #30038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30038F; }
p { color: rgb(48,3,143); }
H1.HeaderClassName
{
color: #30038F;
}
.AnyTagClassName
{
color: #30038F;
}
</style>
background-color css
<style>
a { background-color: #30038F; }
a { background-color: rgb(48,3,143); }
div.DivClassName
{
background-color: #30038F;
}
.BgClassName
{
background-color: #30038F;
}
</style>
border-color css
<style>
span { border-color: #30038F; }
span { border-color: rgb(48,3,143); }
td.TdClassName
{
border-color: #30038F;
}
.TagClassName
{
border-color: #30038F;
}
</style>