Shades of Indigo #4304AB
Tints of Indigo #4304AB
RGB
CMYK
RGB Variations
Color information
#4304AB (or 0x4304AB) is known color: Indigo. HEX triplet: 43, 04 and AB. RGB value is (67,4,171). Sum of RGB (Red+Green+Blue) = 67+4+171=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #4304AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4304AB is #BCFB54. Grayscale: #292929. Windows color (decimal): -12385109 or 11207747. OLE color: 11207747.
HSL color Cylindrical-coordinate representation of color #4304AB: hue angle of 262.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304AB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 4 | 171 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.33 |
| HSL | 262.63º | 0.95% | 0.34% | - |
| HSV(B) | 262.63º | 0.98% | 0.67% | - |
| XYZ | 9.71 | 4.22 | 38.83 | - |
| YUV | 41.88 | 200.87 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 171 | 0.61 | 0.98 | 0 | 0.33 | 262.63 | 0.95 | 0.34 |
| Hex | 43 | 4 | AB | 3D | 62 | 0 | 21 | 107 | 5F | 22 |
| Octal | 103 | 4 | 253 | 75 | 142 | 0 | 41 | 407 | 137 | 42 |
| Binary | 1000011 | 100 | 10101011 | 111101 | 1100010 | 0 | 100001 | 100000111 | 1011111 | 100010 |
Color Harmonies of #4304AB
Complementary color
Monochromatic Colors of #4304AB
Black with #4304AB
Text Example
Text Example
White with #4304AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304AB; }
p { color: rgb(67,4,171); }
H1.HeaderClassName
{
color: #4304AB;
}
.AnyTagClassName
{
color: #4304AB;
}
</style>
background-color css
<style>
a { background-color: #4304AB; }
a { background-color: rgb(67,4,171); }
div.DivClassName
{
background-color: #4304AB;
}
.BgClassName
{
background-color: #4304AB;
}
</style>
border-color css
<style>
span { border-color: #4304AB; }
span { border-color: rgb(67,4,171); }
td.TdClassName
{
border-color: #4304AB;
}
.TagClassName
{
border-color: #4304AB;
}
</style>