Shades of Persian Indigo #301A6D
Tints of Persian Indigo #301A6D
RGB
CMYK
RGB Variations
Color information
#301A6D (or 0x301A6D) is known color: Persian Indigo. HEX triplet: 30, 1A and 6D. RGB value is (48,26,109). Sum of RGB (Red+Green+Blue) = 48+26+109=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #301A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A6D is #CFE592. Grayscale: #292929. Windows color (decimal): -13624723 or 7150128. OLE color: 7150128.
HSL color Cylindrical-coordinate representation of color #301A6D: hue angle of 255.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301A6D is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 26 | 109 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.57 |
| HSL | 255.9º | 0.61% | 0.26% | - |
| HSV(B) | 255.9º | 0.76% | 0.43% | - |
| XYZ | 4.35 | 2.47 | 14.72 | - |
| YUV | 42.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 109 | 0.56 | 0.76 | 0 | 0.57 | 255.9 | 0.61 | 0.26 |
| Hex | 30 | 1A | 6D | 38 | 4C | 0 | 39 | 100 | 3D | 1A |
| Octal | 60 | 32 | 155 | 70 | 114 | 0 | 71 | 400 | 75 | 32 |
| Binary | 110000 | 11010 | 1101101 | 111000 | 1001100 | 0 | 111001 | 100000000 | 111101 | 11010 |
Color Harmonies of #301A6D
Complementary color
Monochromatic Colors of #301A6D
Black with #301A6D
Text Example
Text Example
White with #301A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A6D; }
p { color: rgb(48,26,109); }
H1.HeaderClassName
{
color: #301A6D;
}
.AnyTagClassName
{
color: #301A6D;
}
</style>
background-color css
<style>
a { background-color: #301A6D; }
a { background-color: rgb(48,26,109); }
div.DivClassName
{
background-color: #301A6D;
}
.BgClassName
{
background-color: #301A6D;
}
</style>
border-color css
<style>
span { border-color: #301A6D; }
span { border-color: rgb(48,26,109); }
td.TdClassName
{
border-color: #301A6D;
}
.TagClassName
{
border-color: #301A6D;
}
</style>