Shades of Indigo #430B76
Tints of Indigo #430B76
RGB
CMYK
RGB Variations
Color information
#430B76 (or 0x430B76) is known color: Indigo. HEX triplet: 43, 0B and 76. RGB value is (67,11,118). Sum of RGB (Red+Green+Blue) = 67+11+118=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #430B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B76 is #BCF489. Grayscale: #272727. Windows color (decimal): -12383370 or 7736131. OLE color: 7736131.
HSL color Cylindrical-coordinate representation of color #430B76: hue angle of 271.4º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430B76 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 11 | 118 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.54 |
| HSL | 271.4º | 0.83% | 0.25% | - |
| HSV(B) | 271.4º | 0.91% | 0.46% | - |
| XYZ | 5.7 | 2.74 | 17.37 | - |
| YUV | 39.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 118 | 0.43 | 0.91 | 0 | 0.54 | 271.4 | 0.83 | 0.25 |
| Hex | 43 | B | 76 | 2B | 5B | 0 | 36 | 10F | 53 | 19 |
| Octal | 103 | 13 | 166 | 53 | 133 | 0 | 66 | 417 | 123 | 31 |
| Binary | 1000011 | 1011 | 1110110 | 101011 | 1011011 | 0 | 110110 | 100001111 | 1010011 | 11001 |
Color Harmonies of #430B76
Complementary color
Monochromatic Colors of #430B76
Black with #430B76
Text Example
Text Example
White with #430B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B76; }
p { color: rgb(67,11,118); }
H1.HeaderClassName
{
color: #430B76;
}
.AnyTagClassName
{
color: #430B76;
}
</style>
background-color css
<style>
a { background-color: #430B76; }
a { background-color: rgb(67,11,118); }
div.DivClassName
{
background-color: #430B76;
}
.BgClassName
{
background-color: #430B76;
}
</style>
border-color css
<style>
span { border-color: #430B76; }
span { border-color: rgb(67,11,118); }
td.TdClassName
{
border-color: #430B76;
}
.TagClassName
{
border-color: #430B76;
}
</style>