Shades of Persian Indigo #30026B
Tints of Persian Indigo #30026B
RGB
CMYK
RGB Variations
Color information
#30026B (or 0x30026B) is known color: Persian Indigo. HEX triplet: 30, 02 and 6B. RGB value is (48,2,107). Sum of RGB (Red+Green+Blue) = 48+2+107=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #30026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30026B is #CFFD94. Grayscale: #1B1B1B. Windows color (decimal): -13630869 or 7012912. OLE color: 7012912.
HSL color Cylindrical-coordinate representation of color #30026B: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30026B is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 2 | 107 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.58 |
| HSL | 266.29º | 0.96% | 0.21% | - |
| HSV(B) | 266.29º | 0.98% | 0.42% | - |
| XYZ | 3.89 | 1.73 | 14.04 | - |
| YUV | 27.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 107 | 0.55 | 0.98 | 0 | 0.58 | 266.29 | 0.96 | 0.21 |
| Hex | 30 | 2 | 6B | 37 | 62 | 0 | 3A | 10A | 60 | 15 |
| Octal | 60 | 2 | 153 | 67 | 142 | 0 | 72 | 412 | 140 | 25 |
| Binary | 110000 | 10 | 1101011 | 110111 | 1100010 | 0 | 111010 | 100001010 | 1100000 | 10101 |
Color Harmonies of #30026B
Complementary color
Monochromatic Colors of #30026B
Black with #30026B
Text Example
Text Example
White with #30026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30026B; }
p { color: rgb(48,2,107); }
H1.HeaderClassName
{
color: #30026B;
}
.AnyTagClassName
{
color: #30026B;
}
</style>
background-color css
<style>
a { background-color: #30026B; }
a { background-color: rgb(48,2,107); }
div.DivClassName
{
background-color: #30026B;
}
.BgClassName
{
background-color: #30026B;
}
</style>
border-color css
<style>
span { border-color: #30026B; }
span { border-color: rgb(48,2,107); }
td.TdClassName
{
border-color: #30026B;
}
.TagClassName
{
border-color: #30026B;
}
</style>