Shades of Persian Indigo #302682
Tints of Persian Indigo #302682
RGB
CMYK
RGB Variations
Color information
#302682 (or 0x302682) is known color: Persian Indigo. HEX triplet: 30, 26 and 82. RGB value is (48,38,130). Sum of RGB (Red+Green+Blue) = 48+38+130=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #302682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302682 is #CFD97D. Grayscale: #333333. Windows color (decimal): -13621630 or 8529456. OLE color: 8529456.
HSL color Cylindrical-coordinate representation of color #302682: hue angle of 246.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302682 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 38 | 130 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.49 |
| HSL | 246.52º | 0.55% | 0.33% | - |
| HSV(B) | 246.52º | 0.71% | 0.51% | - |
| XYZ | 5.94 | 3.63 | 21.51 | - |
| YUV | 51.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 130 | 0.63 | 0.71 | 0 | 0.49 | 246.52 | 0.55 | 0.33 |
| Hex | 30 | 26 | 82 | 3F | 47 | 0 | 31 | F7 | 37 | 21 |
| Octal | 60 | 46 | 202 | 77 | 107 | 0 | 61 | 367 | 67 | 41 |
| Binary | 110000 | 100110 | 10000010 | 111111 | 1000111 | 0 | 110001 | 11110111 | 110111 | 100001 |
Color Harmonies of #302682
Complementary color
Monochromatic Colors of #302682
Black with #302682
Text Example
Text Example
White with #302682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302682; }
p { color: rgb(48,38,130); }
H1.HeaderClassName
{
color: #302682;
}
.AnyTagClassName
{
color: #302682;
}
</style>
background-color css
<style>
a { background-color: #302682; }
a { background-color: rgb(48,38,130); }
div.DivClassName
{
background-color: #302682;
}
.BgClassName
{
background-color: #302682;
}
</style>
border-color css
<style>
span { border-color: #302682; }
span { border-color: rgb(48,38,130); }
td.TdClassName
{
border-color: #302682;
}
.TagClassName
{
border-color: #302682;
}
</style>