Shades of Persian Indigo #43148B
Tints of Persian Indigo #43148B
RGB
CMYK
RGB Variations
Color information
#43148B (or 0x43148B) is known color: Persian Indigo. HEX triplet: 43, 14 and 8B. RGB value is (67,20,139). Sum of RGB (Red+Green+Blue) = 67+20+139=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #43148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43148B is #BCEB74. Grayscale: #2F2F2F. Windows color (decimal): -12381045 or 9114691. OLE color: 9114691.
HSL color Cylindrical-coordinate representation of color #43148B: hue angle of 263.7º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43148B is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 20 | 139 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.45 |
| HSL | 263.7º | 0.75% | 0.31% | - |
| HSV(B) | 263.7º | 0.86% | 0.55% | - |
| XYZ | 7.23 | 3.56 | 24.73 | - |
| YUV | 47.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 139 | 0.52 | 0.86 | 0 | 0.45 | 263.7 | 0.75 | 0.31 |
| Hex | 43 | 14 | 8B | 34 | 56 | 0 | 2D | 108 | 4B | 1F |
| Octal | 103 | 24 | 213 | 64 | 126 | 0 | 55 | 410 | 113 | 37 |
| Binary | 1000011 | 10100 | 10001011 | 110100 | 1010110 | 0 | 101101 | 100001000 | 1001011 | 11111 |
Color Harmonies of #43148B
Complementary color
Monochromatic Colors of #43148B
Black with #43148B
Text Example
Text Example
White with #43148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43148B; }
p { color: rgb(67,20,139); }
H1.HeaderClassName
{
color: #43148B;
}
.AnyTagClassName
{
color: #43148B;
}
</style>
background-color css
<style>
a { background-color: #43148B; }
a { background-color: rgb(67,20,139); }
div.DivClassName
{
background-color: #43148B;
}
.BgClassName
{
background-color: #43148B;
}
</style>
border-color css
<style>
span { border-color: #43148B; }
span { border-color: rgb(67,20,139); }
td.TdClassName
{
border-color: #43148B;
}
.TagClassName
{
border-color: #43148B;
}
</style>