Shades of Persian Indigo #30187B
Tints of Persian Indigo #30187B
RGB
CMYK
RGB Variations
Color information
#30187B (or 0x30187B) is known color: Persian Indigo. HEX triplet: 30, 18 and 7B. RGB value is (48,24,123). Sum of RGB (Red+Green+Blue) = 48+24+123=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #30187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30187B is #CFE784. Grayscale: #2A2A2A. Windows color (decimal): -13625221 or 8067120. OLE color: 8067120.
HSL color Cylindrical-coordinate representation of color #30187B: hue angle of 254.55º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30187B is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 24 | 123 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.52 |
| HSL | 254.55º | 0.67% | 0.29% | - |
| HSV(B) | 254.55º | 0.8% | 0.48% | - |
| XYZ | 5.12 | 2.71 | 18.99 | - |
| YUV | 42.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 123 | 0.61 | 0.80 | 0 | 0.52 | 254.55 | 0.67 | 0.29 |
| Hex | 30 | 18 | 7B | 3D | 50 | 0 | 34 | FF | 43 | 1D |
| Octal | 60 | 30 | 173 | 75 | 120 | 0 | 64 | 377 | 103 | 35 |
| Binary | 110000 | 11000 | 1111011 | 111101 | 1010000 | 0 | 110100 | 11111111 | 1000011 | 11101 |
Color Harmonies of #30187B
Complementary color
Monochromatic Colors of #30187B
Black with #30187B
Text Example
Text Example
White with #30187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30187B; }
p { color: rgb(48,24,123); }
H1.HeaderClassName
{
color: #30187B;
}
.AnyTagClassName
{
color: #30187B;
}
</style>
background-color css
<style>
a { background-color: #30187B; }
a { background-color: rgb(48,24,123); }
div.DivClassName
{
background-color: #30187B;
}
.BgClassName
{
background-color: #30187B;
}
</style>
border-color css
<style>
span { border-color: #30187B; }
span { border-color: rgb(48,24,123); }
td.TdClassName
{
border-color: #30187B;
}
.TagClassName
{
border-color: #30187B;
}
</style>