Shades of Persian Indigo #302173
Tints of Persian Indigo #302173
RGB
CMYK
RGB Variations
Color information
#302173 (or 0x302173) is known color: Persian Indigo. HEX triplet: 30, 21 and 73. RGB value is (48,33,115). Sum of RGB (Red+Green+Blue) = 48+33+115=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #302173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302173 is #CFDE8C. Grayscale: #2E2E2E. Windows color (decimal): -13622925 or 7545136. OLE color: 7545136.
HSL color Cylindrical-coordinate representation of color #302173: hue angle of 250.98º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302173 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 33 | 115 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.55 |
| HSL | 250.98º | 0.55% | 0.29% | - |
| HSV(B) | 250.98º | 0.71% | 0.45% | - |
| XYZ | 4.86 | 2.95 | 16.53 | - |
| YUV | 46.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 115 | 0.58 | 0.71 | 0 | 0.55 | 250.98 | 0.55 | 0.29 |
| Hex | 30 | 21 | 73 | 3A | 47 | 0 | 37 | FB | 37 | 1D |
| Octal | 60 | 41 | 163 | 72 | 107 | 0 | 67 | 373 | 67 | 35 |
| Binary | 110000 | 100001 | 1110011 | 111010 | 1000111 | 0 | 110111 | 11111011 | 110111 | 11101 |
Color Harmonies of #302173
Complementary color
Monochromatic Colors of #302173
Black with #302173
Text Example
Text Example
White with #302173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302173; }
p { color: rgb(48,33,115); }
H1.HeaderClassName
{
color: #302173;
}
.AnyTagClassName
{
color: #302173;
}
</style>
background-color css
<style>
a { background-color: #302173; }
a { background-color: rgb(48,33,115); }
div.DivClassName
{
background-color: #302173;
}
.BgClassName
{
background-color: #302173;
}
</style>
border-color css
<style>
span { border-color: #302173; }
span { border-color: rgb(48,33,115); }
td.TdClassName
{
border-color: #302173;
}
.TagClassName
{
border-color: #302173;
}
</style>