Shades of Persian Indigo #300D67
Tints of Persian Indigo #300D67
RGB
CMYK
RGB Variations
Color information
#300D67 (or 0x300D67) is known color: Persian Indigo. HEX triplet: 30, 0D and 67. RGB value is (48,13,103). Sum of RGB (Red+Green+Blue) = 48+13+103=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #300D67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D67 is #CFF298. Grayscale: #212121. Windows color (decimal): -13628057 or 6753584. OLE color: 6753584.
HSL color Cylindrical-coordinate representation of color #300D67: hue angle of 263.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #300D67 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 13 | 103 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.60 |
| HSL | 263.33º | 0.78% | 0.23% | - |
| HSV(B) | 263.33º | 0.87% | 0.4% | - |
| XYZ | 3.81 | 1.9 | 13 | - |
| YUV | 33.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 103 | 0.53 | 0.87 | 0 | 0.60 | 263.33 | 0.78 | 0.23 |
| Hex | 30 | D | 67 | 35 | 57 | 0 | 3C | 107 | 4E | 17 |
| Octal | 60 | 15 | 147 | 65 | 127 | 0 | 74 | 407 | 116 | 27 |
| Binary | 110000 | 1101 | 1100111 | 110101 | 1010111 | 0 | 111100 | 100000111 | 1001110 | 10111 |
Color Harmonies of #300D67
Complementary color
Monochromatic Colors of #300D67
Black with #300D67
Text Example
Text Example
White with #300D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D67; }
p { color: rgb(48,13,103); }
H1.HeaderClassName
{
color: #300D67;
}
.AnyTagClassName
{
color: #300D67;
}
</style>
background-color css
<style>
a { background-color: #300D67; }
a { background-color: rgb(48,13,103); }
div.DivClassName
{
background-color: #300D67;
}
.BgClassName
{
background-color: #300D67;
}
</style>
border-color css
<style>
span { border-color: #300D67; }
span { border-color: rgb(48,13,103); }
td.TdClassName
{
border-color: #300D67;
}
.TagClassName
{
border-color: #300D67;
}
</style>