Shades of Indigo #4310AB
Tints of Indigo #4310AB
RGB
CMYK
RGB Variations
Color information
#4310AB (or 0x4310AB) is known color: Indigo. HEX triplet: 43, 10 and AB. RGB value is (67,16,171). Sum of RGB (Red+Green+Blue) = 67+16+171=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #4310AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4310AB is #BCEF54. Grayscale: #303030. Windows color (decimal): -12382037 or 11210819. OLE color: 11210819.
HSL color Cylindrical-coordinate representation of color #4310AB: hue angle of 259.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4310AB is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 16 | 171 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.33 |
| HSL | 259.74º | 0.83% | 0.37% | - |
| HSV(B) | 259.74º | 0.91% | 0.67% | - |
| XYZ | 9.85 | 4.5 | 38.88 | - |
| YUV | 48.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 171 | 0.61 | 0.91 | 0 | 0.33 | 259.74 | 0.83 | 0.37 |
| Hex | 43 | 10 | AB | 3D | 5B | 0 | 21 | 104 | 53 | 25 |
| Octal | 103 | 20 | 253 | 75 | 133 | 0 | 41 | 404 | 123 | 45 |
| Binary | 1000011 | 10000 | 10101011 | 111101 | 1011011 | 0 | 100001 | 100000100 | 1010011 | 100101 |
Color Harmonies of #4310AB
Complementary color
Monochromatic Colors of #4310AB
Black with #4310AB
Text Example
Text Example
White with #4310AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310AB; }
p { color: rgb(67,16,171); }
H1.HeaderClassName
{
color: #4310AB;
}
.AnyTagClassName
{
color: #4310AB;
}
</style>
background-color css
<style>
a { background-color: #4310AB; }
a { background-color: rgb(67,16,171); }
div.DivClassName
{
background-color: #4310AB;
}
.BgClassName
{
background-color: #4310AB;
}
</style>
border-color css
<style>
span { border-color: #4310AB; }
span { border-color: rgb(67,16,171); }
td.TdClassName
{
border-color: #4310AB;
}
.TagClassName
{
border-color: #4310AB;
}
</style>