Shades of Persian Indigo #300292
Tints of Persian Indigo #300292
RGB
CMYK
RGB Variations
Color information
#300292 (or 0x300292) is known color: Persian Indigo. HEX triplet: 30, 02 and 92. RGB value is (48,2,146). Sum of RGB (Red+Green+Blue) = 48+2+146=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #300292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300292 is #CFFD6D. Grayscale: #1F1F1F. Windows color (decimal): -13630830 or 9568816. OLE color: 9568816.
HSL color Cylindrical-coordinate representation of color #300292: hue angle of 259.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300292 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 2 | 146 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.43 |
| HSL | 259.17º | 0.97% | 0.29% | - |
| HSV(B) | 259.17º | 0.99% | 0.57% | - |
| XYZ | 6.43 | 2.75 | 27.39 | - |
| YUV | 32.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 146 | 0.67 | 0.99 | 0 | 0.43 | 259.17 | 0.97 | 0.29 |
| Hex | 30 | 2 | 92 | 43 | 63 | 0 | 2B | 103 | 61 | 1D |
| Octal | 60 | 2 | 222 | 103 | 143 | 0 | 53 | 403 | 141 | 35 |
| Binary | 110000 | 10 | 10010010 | 1000011 | 1100011 | 0 | 101011 | 100000011 | 1100001 | 11101 |
Color Harmonies of #300292
Complementary color
Monochromatic Colors of #300292
Black with #300292
Text Example
Text Example
White with #300292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300292; }
p { color: rgb(48,2,146); }
H1.HeaderClassName
{
color: #300292;
}
.AnyTagClassName
{
color: #300292;
}
</style>
background-color css
<style>
a { background-color: #300292; }
a { background-color: rgb(48,2,146); }
div.DivClassName
{
background-color: #300292;
}
.BgClassName
{
background-color: #300292;
}
</style>
border-color css
<style>
span { border-color: #300292; }
span { border-color: rgb(48,2,146); }
td.TdClassName
{
border-color: #300292;
}
.TagClassName
{
border-color: #300292;
}
</style>