Shades of Persian Indigo #30009B
Tints of Persian Indigo #30009B
RGB
CMYK
RGB Variations
Color information
#30009B (or 0x30009B) is known color: Persian Indigo. HEX triplet: 30, 00 and 9B. RGB value is (48,0,155). Sum of RGB (Red+Green+Blue) = 48+0+155=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #30009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30009B is #CFFF64. Grayscale: #1F1F1F. Windows color (decimal): -13631333 or 10158128. OLE color: 10158128.
HSL color Cylindrical-coordinate representation of color #30009B: hue angle of 258.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30009B is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 0 | 155 | - |
| CMYK | 0.69 | 1 | 0 | 0.39 |
| HSL | 258.58º | 1% | 0.3% | - |
| HSV(B) | 258.58º | 1% | 0.61% | - |
| XYZ | 7.14 | 2.99 | 31.21 | - |
| YUV | 32.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 155 | 0.69 | 1 | 0 | 0.39 | 258.58 | 1 | 0.3 |
| Hex | 30 | 0 | 9B | 45 | 64 | 0 | 27 | 103 | 64 | 1E |
| Octal | 60 | 0 | 233 | 105 | 144 | 0 | 47 | 403 | 144 | 36 |
| Binary | 110000 | 0 | 10011011 | 1000101 | 1100100 | 0 | 100111 | 100000011 | 1100100 | 11110 |
Color Harmonies of #30009B
Complementary color
Monochromatic Colors of #30009B
Black with #30009B
Text Example
Text Example
White with #30009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30009B; }
p { color: rgb(48,0,155); }
H1.HeaderClassName
{
color: #30009B;
}
.AnyTagClassName
{
color: #30009B;
}
</style>
background-color css
<style>
a { background-color: #30009B; }
a { background-color: rgb(48,0,155); }
div.DivClassName
{
background-color: #30009B;
}
.BgClassName
{
background-color: #30009B;
}
</style>
border-color css
<style>
span { border-color: #30009B; }
span { border-color: rgb(48,0,155); }
td.TdClassName
{
border-color: #30009B;
}
.TagClassName
{
border-color: #30009B;
}
</style>