Shades of Persian Indigo #43137F
Tints of Persian Indigo #43137F
RGB
CMYK
RGB Variations
Color information
#43137F (or 0x43137F) is known color: Persian Indigo. HEX triplet: 43, 13 and 7F. RGB value is (67,19,127). Sum of RGB (Red+Green+Blue) = 67+19+127=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #43137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43137F is #BCEC80. Grayscale: #2D2D2D. Windows color (decimal): -12381313 or 8328003. OLE color: 8328003.
HSL color Cylindrical-coordinate representation of color #43137F: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43137F is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 19 | 127 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.50 |
| HSL | 266.67º | 0.74% | 0.29% | - |
| HSV(B) | 266.67º | 0.85% | 0.5% | - |
| XYZ | 6.38 | 3.19 | 20.36 | - |
| YUV | 45.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 127 | 0.47 | 0.85 | 0 | 0.50 | 266.67 | 0.74 | 0.29 |
| Hex | 43 | 13 | 7F | 2F | 55 | 0 | 32 | 10B | 4A | 1D |
| Octal | 103 | 23 | 177 | 57 | 125 | 0 | 62 | 413 | 112 | 35 |
| Binary | 1000011 | 10011 | 1111111 | 101111 | 1010101 | 0 | 110010 | 100001011 | 1001010 | 11101 |
Color Harmonies of #43137F
Complementary color
Monochromatic Colors of #43137F
Black with #43137F
Text Example
Text Example
White with #43137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43137F; }
p { color: rgb(67,19,127); }
H1.HeaderClassName
{
color: #43137F;
}
.AnyTagClassName
{
color: #43137F;
}
</style>
background-color css
<style>
a { background-color: #43137F; }
a { background-color: rgb(67,19,127); }
div.DivClassName
{
background-color: #43137F;
}
.BgClassName
{
background-color: #43137F;
}
</style>
border-color css
<style>
span { border-color: #43137F; }
span { border-color: rgb(67,19,127); }
td.TdClassName
{
border-color: #43137F;
}
.TagClassName
{
border-color: #43137F;
}
</style>