Shades of Persian Indigo #301083
Tints of Persian Indigo #301083
RGB
CMYK
RGB Variations
Color information
#301083 (or 0x301083) is known color: Persian Indigo. HEX triplet: 30, 10 and 83. RGB value is (48,16,131). Sum of RGB (Red+Green+Blue) = 48+16+131=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #301083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301083 is #CFEF7C. Grayscale: #262626. Windows color (decimal): -13627261 or 8589360. OLE color: 8589360.
HSL color Cylindrical-coordinate representation of color #301083: hue angle of 256.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301083 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 16 | 131 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.49 |
| HSL | 256.7º | 0.78% | 0.29% | - |
| HSV(B) | 256.7º | 0.88% | 0.51% | - |
| XYZ | 5.5 | 2.64 | 21.69 | - |
| YUV | 38.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 131 | 0.63 | 0.88 | 0 | 0.49 | 256.7 | 0.78 | 0.29 |
| Hex | 30 | 10 | 83 | 3F | 58 | 0 | 31 | 101 | 4E | 1D |
| Octal | 60 | 20 | 203 | 77 | 130 | 0 | 61 | 401 | 116 | 35 |
| Binary | 110000 | 10000 | 10000011 | 111111 | 1011000 | 0 | 110001 | 100000001 | 1001110 | 11101 |
Color Harmonies of #301083
Complementary color
Monochromatic Colors of #301083
Black with #301083
Text Example
Text Example
White with #301083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301083; }
p { color: rgb(48,16,131); }
H1.HeaderClassName
{
color: #301083;
}
.AnyTagClassName
{
color: #301083;
}
</style>
background-color css
<style>
a { background-color: #301083; }
a { background-color: rgb(48,16,131); }
div.DivClassName
{
background-color: #301083;
}
.BgClassName
{
background-color: #301083;
}
</style>
border-color css
<style>
span { border-color: #301083; }
span { border-color: rgb(48,16,131); }
td.TdClassName
{
border-color: #301083;
}
.TagClassName
{
border-color: #301083;
}
</style>