Shades of Indigo #430D6B
Tints of Indigo #430D6B
RGB
CMYK
RGB Variations
Color information
#430D6B (or 0x430D6B) is known color: Indigo. HEX triplet: 43, 0D and 6B. RGB value is (67,13,107). Sum of RGB (Red+Green+Blue) = 67+13+107=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #430D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D6B is #BCF294. Grayscale: #272727. Windows color (decimal): -12382869 or 7015747. OLE color: 7015747.
HSL color Cylindrical-coordinate representation of color #430D6B: hue angle of 274.47º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D6B is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 13 | 107 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.58 |
| HSL | 274.47º | 0.78% | 0.24% | - |
| HSV(B) | 274.47º | 0.88% | 0.42% | - |
| XYZ | 5.11 | 2.54 | 14.13 | - |
| YUV | 39.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 107 | 0.37 | 0.88 | 0 | 0.58 | 274.47 | 0.78 | 0.24 |
| Hex | 43 | D | 6B | 25 | 58 | 0 | 3A | 112 | 4E | 18 |
| Octal | 103 | 15 | 153 | 45 | 130 | 0 | 72 | 422 | 116 | 30 |
| Binary | 1000011 | 1101 | 1101011 | 100101 | 1011000 | 0 | 111010 | 100010010 | 1001110 | 11000 |
Color Harmonies of #430D6B
Complementary color
Monochromatic Colors of #430D6B
Black with #430D6B
Text Example
Text Example
White with #430D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D6B; }
p { color: rgb(67,13,107); }
H1.HeaderClassName
{
color: #430D6B;
}
.AnyTagClassName
{
color: #430D6B;
}
</style>
background-color css
<style>
a { background-color: #430D6B; }
a { background-color: rgb(67,13,107); }
div.DivClassName
{
background-color: #430D6B;
}
.BgClassName
{
background-color: #430D6B;
}
</style>
border-color css
<style>
span { border-color: #430D6B; }
span { border-color: rgb(67,13,107); }
td.TdClassName
{
border-color: #430D6B;
}
.TagClassName
{
border-color: #430D6B;
}
</style>