Shades of Indigo #4302AC
Tints of Indigo #4302AC
RGB
CMYK
RGB Variations
Color information
#4302AC (or 0x4302AC) is known color: Indigo. HEX triplet: 43, 02 and AC. RGB value is (67,2,172). Sum of RGB (Red+Green+Blue) = 67+2+172=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #4302AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4302AC is #BCFD53. Grayscale: #282828. Windows color (decimal): -12385620 or 11272771. OLE color: 11272771.
HSL color Cylindrical-coordinate representation of color #4302AC: hue angle of 262.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302AC is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 2 | 172 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.33 |
| HSL | 262.94º | 0.98% | 0.34% | - |
| HSV(B) | 262.94º | 0.99% | 0.67% | - |
| XYZ | 9.78 | 4.22 | 39.33 | - |
| YUV | 40.82 | 202.03 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 172 | 0.61 | 0.99 | 0 | 0.33 | 262.94 | 0.98 | 0.34 |
| Hex | 43 | 2 | AC | 3D | 63 | 0 | 21 | 107 | 62 | 22 |
| Octal | 103 | 2 | 254 | 75 | 143 | 0 | 41 | 407 | 142 | 42 |
| Binary | 1000011 | 10 | 10101100 | 111101 | 1100011 | 0 | 100001 | 100000111 | 1100010 | 100010 |
Color Harmonies of #4302AC
Complementary color
Monochromatic Colors of #4302AC
Black with #4302AC
Text Example
Text Example
White with #4302AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302AC; }
p { color: rgb(67,2,172); }
H1.HeaderClassName
{
color: #4302AC;
}
.AnyTagClassName
{
color: #4302AC;
}
</style>
background-color css
<style>
a { background-color: #4302AC; }
a { background-color: rgb(67,2,172); }
div.DivClassName
{
background-color: #4302AC;
}
.BgClassName
{
background-color: #4302AC;
}
</style>
border-color css
<style>
span { border-color: #4302AC; }
span { border-color: rgb(67,2,172); }
td.TdClassName
{
border-color: #4302AC;
}
.TagClassName
{
border-color: #4302AC;
}
</style>