Shades of Indigo #4304AC
Tints of Indigo #4304AC
RGB
CMYK
RGB Variations
Color information
#4304AC (or 0x4304AC) is known color: Indigo. HEX triplet: 43, 04 and AC. RGB value is (67,4,172). Sum of RGB (Red+Green+Blue) = 67+4+172=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #4304AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4304AC is #BCFB53. Grayscale: #292929. Windows color (decimal): -12385108 or 11273283. OLE color: 11273283.
HSL color Cylindrical-coordinate representation of color #4304AC: hue angle of 262.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304AC is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 4 | 172 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.33 |
| HSL | 262.5º | 0.95% | 0.35% | - |
| HSV(B) | 262.5º | 0.98% | 0.67% | - |
| XYZ | 9.8 | 4.26 | 39.33 | - |
| YUV | 41.99 | 201.37 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 172 | 0.61 | 0.98 | 0 | 0.33 | 262.5 | 0.95 | 0.35 |
| Hex | 43 | 4 | AC | 3D | 62 | 0 | 21 | 106 | 5F | 23 |
| Octal | 103 | 4 | 254 | 75 | 142 | 0 | 41 | 406 | 137 | 43 |
| Binary | 1000011 | 100 | 10101100 | 111101 | 1100010 | 0 | 100001 | 100000110 | 1011111 | 100011 |
Color Harmonies of #4304AC
Complementary color
Monochromatic Colors of #4304AC
Black with #4304AC
Text Example
Text Example
White with #4304AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304AC; }
p { color: rgb(67,4,172); }
H1.HeaderClassName
{
color: #4304AC;
}
.AnyTagClassName
{
color: #4304AC;
}
</style>
background-color css
<style>
a { background-color: #4304AC; }
a { background-color: rgb(67,4,172); }
div.DivClassName
{
background-color: #4304AC;
}
.BgClassName
{
background-color: #4304AC;
}
</style>
border-color css
<style>
span { border-color: #4304AC; }
span { border-color: rgb(67,4,172); }
td.TdClassName
{
border-color: #4304AC;
}
.TagClassName
{
border-color: #4304AC;
}
</style>