Shades of Indigo #430BAD
Tints of Indigo #430BAD
RGB
CMYK
RGB Variations
Color information
#430BAD (or 0x430BAD) is known color: Indigo. HEX triplet: 43, 0B and AD. RGB value is (67,11,173). Sum of RGB (Red+Green+Blue) = 67+11+173=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #430BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAD is #BCF452. Grayscale: #2D2D2D. Windows color (decimal): -12383315 or 11340611. OLE color: 11340611.
HSL color Cylindrical-coordinate representation of color #430BAD: hue angle of 260.74º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 11 | 173 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.32 |
| HSL | 260.74º | 0.88% | 0.36% | - |
| HSV(B) | 260.74º | 0.94% | 0.68% | - |
| XYZ | 9.98 | 4.45 | 39.87 | - |
| YUV | 46.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 173 | 0.61 | 0.94 | 0 | 0.32 | 260.74 | 0.88 | 0.36 |
| Hex | 43 | B | AD | 3D | 5E | 0 | 20 | 105 | 58 | 24 |
| Octal | 103 | 13 | 255 | 75 | 136 | 0 | 40 | 405 | 130 | 44 |
| Binary | 1000011 | 1011 | 10101101 | 111101 | 1011110 | 0 | 100000 | 100000101 | 1011000 | 100100 |
Color Harmonies of #430BAD
Complementary color
Monochromatic Colors of #430BAD
Black with #430BAD
Text Example
Text Example
White with #430BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BAD; }
p { color: rgb(67,11,173); }
H1.HeaderClassName
{
color: #430BAD;
}
.AnyTagClassName
{
color: #430BAD;
}
</style>
background-color css
<style>
a { background-color: #430BAD; }
a { background-color: rgb(67,11,173); }
div.DivClassName
{
background-color: #430BAD;
}
.BgClassName
{
background-color: #430BAD;
}
</style>
border-color css
<style>
span { border-color: #430BAD; }
span { border-color: rgb(67,11,173); }
td.TdClassName
{
border-color: #430BAD;
}
.TagClassName
{
border-color: #430BAD;
}
</style>