Shades of Persian Indigo #301288
Tints of Persian Indigo #301288
RGB
CMYK
RGB Variations
Color information
#301288 (or 0x301288) is known color: Persian Indigo. HEX triplet: 30, 12 and 88. RGB value is (48,18,136). Sum of RGB (Red+Green+Blue) = 48+18+136=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #301288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301288 is #CFED77. Grayscale: #272727. Windows color (decimal): -13626744 or 8917552. OLE color: 8917552.
HSL color Cylindrical-coordinate representation of color #301288: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301288 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 18 | 136 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.47 |
| HSL | 255.25º | 0.77% | 0.3% | - |
| HSV(B) | 255.25º | 0.87% | 0.53% | - |
| XYZ | 5.88 | 2.84 | 23.53 | - |
| YUV | 40.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 136 | 0.65 | 0.87 | 0 | 0.47 | 255.25 | 0.77 | 0.3 |
| Hex | 30 | 12 | 88 | 41 | 57 | 0 | 2F | FF | 4D | 1E |
| Octal | 60 | 22 | 210 | 101 | 127 | 0 | 57 | 377 | 115 | 36 |
| Binary | 110000 | 10010 | 10001000 | 1000001 | 1010111 | 0 | 101111 | 11111111 | 1001101 | 11110 |
Color Harmonies of #301288
Complementary color
Monochromatic Colors of #301288
Black with #301288
Text Example
Text Example
White with #301288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301288; }
p { color: rgb(48,18,136); }
H1.HeaderClassName
{
color: #301288;
}
.AnyTagClassName
{
color: #301288;
}
</style>
background-color css
<style>
a { background-color: #301288; }
a { background-color: rgb(48,18,136); }
div.DivClassName
{
background-color: #301288;
}
.BgClassName
{
background-color: #301288;
}
</style>
border-color css
<style>
span { border-color: #301288; }
span { border-color: rgb(48,18,136); }
td.TdClassName
{
border-color: #301288;
}
.TagClassName
{
border-color: #301288;
}
</style>