Shades of Persian Indigo #43138C
Tints of Persian Indigo #43138C
RGB
CMYK
RGB Variations
Color information
#43138C (or 0x43138C) is known color: Persian Indigo. HEX triplet: 43, 13 and 8C. RGB value is (67,19,140). Sum of RGB (Red+Green+Blue) = 67+19+140=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #43138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43138C is #BCEC73. Grayscale: #2E2E2E. Windows color (decimal): -12381300 or 9179971. OLE color: 9179971.
HSL color Cylindrical-coordinate representation of color #43138C: hue angle of 263.8º degrees, saturation: 0.76, 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 #43138C is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 19 | 140 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.45 |
| HSL | 263.8º | 0.76% | 0.31% | - |
| HSV(B) | 263.8º | 0.86% | 0.55% | - |
| XYZ | 7.28 | 3.55 | 25.11 | - |
| YUV | 47.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 140 | 0.52 | 0.86 | 0 | 0.45 | 263.8 | 0.76 | 0.31 |
| Hex | 43 | 13 | 8C | 34 | 56 | 0 | 2D | 108 | 4C | 1F |
| Octal | 103 | 23 | 214 | 64 | 126 | 0 | 55 | 410 | 114 | 37 |
| Binary | 1000011 | 10011 | 10001100 | 110100 | 1010110 | 0 | 101101 | 100001000 | 1001100 | 11111 |
Color Harmonies of #43138C
Complementary color
Monochromatic Colors of #43138C
Black with #43138C
Text Example
Text Example
White with #43138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43138C; }
p { color: rgb(67,19,140); }
H1.HeaderClassName
{
color: #43138C;
}
.AnyTagClassName
{
color: #43138C;
}
</style>
background-color css
<style>
a { background-color: #43138C; }
a { background-color: rgb(67,19,140); }
div.DivClassName
{
background-color: #43138C;
}
.BgClassName
{
background-color: #43138C;
}
</style>
border-color css
<style>
span { border-color: #43138C; }
span { border-color: rgb(67,19,140); }
td.TdClassName
{
border-color: #43138C;
}
.TagClassName
{
border-color: #43138C;
}
</style>