Shades of Indigo #430BAA
Tints of Indigo #430BAA
RGB
CMYK
RGB Variations
Color information
#430BAA (or 0x430BAA) is known color: Indigo. HEX triplet: 43, 0B and AA. RGB value is (67,11,170). Sum of RGB (Red+Green+Blue) = 67+11+170=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #430BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAA is #BCF455. Grayscale: #2D2D2D. Windows color (decimal): -12383318 or 11144003. OLE color: 11144003.
HSL color Cylindrical-coordinate representation of color #430BAA: hue angle of 261.13º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 11 | 170 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.33 |
| HSL | 261.13º | 0.88% | 0.35% | - |
| HSV(B) | 261.13º | 0.94% | 0.67% | - |
| XYZ | 9.69 | 4.33 | 38.36 | - |
| YUV | 45.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 170 | 0.61 | 0.94 | 0 | 0.33 | 261.13 | 0.88 | 0.35 |
| Hex | 43 | B | AA | 3D | 5E | 0 | 21 | 105 | 58 | 23 |
| Octal | 103 | 13 | 252 | 75 | 136 | 0 | 41 | 405 | 130 | 43 |
| Binary | 1000011 | 1011 | 10101010 | 111101 | 1011110 | 0 | 100001 | 100000101 | 1011000 | 100011 |
Color Harmonies of #430BAA
Complementary color
Monochromatic Colors of #430BAA
Black with #430BAA
Text Example
Text Example
White with #430BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BAA; }
p { color: rgb(67,11,170); }
H1.HeaderClassName
{
color: #430BAA;
}
.AnyTagClassName
{
color: #430BAA;
}
</style>
background-color css
<style>
a { background-color: #430BAA; }
a { background-color: rgb(67,11,170); }
div.DivClassName
{
background-color: #430BAA;
}
.BgClassName
{
background-color: #430BAA;
}
</style>
border-color css
<style>
span { border-color: #430BAA; }
span { border-color: rgb(67,11,170); }
td.TdClassName
{
border-color: #430BAA;
}
.TagClassName
{
border-color: #430BAA;
}
</style>