Shades of Persian Indigo #301283
Tints of Persian Indigo #301283
RGB
CMYK
RGB Variations
Color information
#301283 (or 0x301283) is known color: Persian Indigo. HEX triplet: 30, 12 and 83. RGB value is (48,18,131). Sum of RGB (Red+Green+Blue) = 48+18+131=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #301283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301283 is #CFED7C. Grayscale: #272727. Windows color (decimal): -13626749 or 8589872. OLE color: 8589872.
HSL color Cylindrical-coordinate representation of color #301283: hue angle of 255.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301283 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 18 | 131 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.49 |
| HSL | 255.93º | 0.76% | 0.29% | - |
| HSV(B) | 255.93º | 0.86% | 0.51% | - |
| XYZ | 5.53 | 2.7 | 21.7 | - |
| YUV | 39.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 131 | 0.63 | 0.86 | 0 | 0.49 | 255.93 | 0.76 | 0.29 |
| Hex | 30 | 12 | 83 | 3F | 56 | 0 | 31 | 100 | 4C | 1D |
| Octal | 60 | 22 | 203 | 77 | 126 | 0 | 61 | 400 | 114 | 35 |
| Binary | 110000 | 10010 | 10000011 | 111111 | 1010110 | 0 | 110001 | 100000000 | 1001100 | 11101 |
Color Harmonies of #301283
Complementary color
Monochromatic Colors of #301283
Black with #301283
Text Example
Text Example
White with #301283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301283; }
p { color: rgb(48,18,131); }
H1.HeaderClassName
{
color: #301283;
}
.AnyTagClassName
{
color: #301283;
}
</style>
background-color css
<style>
a { background-color: #301283; }
a { background-color: rgb(48,18,131); }
div.DivClassName
{
background-color: #301283;
}
.BgClassName
{
background-color: #301283;
}
</style>
border-color css
<style>
span { border-color: #301283; }
span { border-color: rgb(48,18,131); }
td.TdClassName
{
border-color: #301283;
}
.TagClassName
{
border-color: #301283;
}
</style>