Shades of Persian Indigo #301888
Tints of Persian Indigo #301888
RGB
CMYK
RGB Variations
Color information
#301888 (or 0x301888) is known color: Persian Indigo. HEX triplet: 30, 18 and 88. RGB value is (48,24,136). Sum of RGB (Red+Green+Blue) = 48+24+136=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #301888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301888 is #CFE777. Grayscale: #2B2B2B. Windows color (decimal): -13625208 or 8919088. OLE color: 8919088.
HSL color Cylindrical-coordinate representation of color #301888: hue angle of 252.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301888 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 24 | 136 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.47 |
| HSL | 252.86º | 0.7% | 0.31% | - |
| HSV(B) | 252.86º | 0.82% | 0.53% | - |
| XYZ | 5.99 | 3.06 | 23.57 | - |
| YUV | 43.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 136 | 0.65 | 0.82 | 0 | 0.47 | 252.86 | 0.7 | 0.31 |
| Hex | 30 | 18 | 88 | 41 | 52 | 0 | 2F | FD | 46 | 1F |
| Octal | 60 | 30 | 210 | 101 | 122 | 0 | 57 | 375 | 106 | 37 |
| Binary | 110000 | 11000 | 10001000 | 1000001 | 1010010 | 0 | 101111 | 11111101 | 1000110 | 11111 |
Color Harmonies of #301888
Complementary color
Monochromatic Colors of #301888
Black with #301888
Text Example
Text Example
White with #301888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301888; }
p { color: rgb(48,24,136); }
H1.HeaderClassName
{
color: #301888;
}
.AnyTagClassName
{
color: #301888;
}
</style>
background-color css
<style>
a { background-color: #301888; }
a { background-color: rgb(48,24,136); }
div.DivClassName
{
background-color: #301888;
}
.BgClassName
{
background-color: #301888;
}
</style>
border-color css
<style>
span { border-color: #301888; }
span { border-color: rgb(48,24,136); }
td.TdClassName
{
border-color: #301888;
}
.TagClassName
{
border-color: #301888;
}
</style>