Shades of Indigo #4305AD
Tints of Indigo #4305AD
RGB
CMYK
RGB Variations
Color information
#4305AD (or 0x4305AD) is known color: Indigo. HEX triplet: 43, 05 and AD. RGB value is (67,5,173). Sum of RGB (Red+Green+Blue) = 67+5+173=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4305AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4305AD is #BCFA52. Grayscale: #2A2A2A. Windows color (decimal): -12384851 or 11339075. OLE color: 11339075.
HSL color Cylindrical-coordinate representation of color #4305AD: hue angle of 262.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4305AD is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 5 | 173 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.32 |
| HSL | 262.14º | 0.94% | 0.35% | - |
| HSV(B) | 262.14º | 0.97% | 0.68% | - |
| XYZ | 9.91 | 4.32 | 39.85 | - |
| YUV | 42.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 173 | 0.61 | 0.97 | 0 | 0.32 | 262.14 | 0.94 | 0.35 |
| Hex | 43 | 5 | AD | 3D | 61 | 0 | 20 | 106 | 5E | 23 |
| Octal | 103 | 5 | 255 | 75 | 141 | 0 | 40 | 406 | 136 | 43 |
| Binary | 1000011 | 101 | 10101101 | 111101 | 1100001 | 0 | 100000 | 100000110 | 1011110 | 100011 |
Color Harmonies of #4305AD
Complementary color
Monochromatic Colors of #4305AD
Black with #4305AD
Text Example
Text Example
White with #4305AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305AD; }
p { color: rgb(67,5,173); }
H1.HeaderClassName
{
color: #4305AD;
}
.AnyTagClassName
{
color: #4305AD;
}
</style>
background-color css
<style>
a { background-color: #4305AD; }
a { background-color: rgb(67,5,173); }
div.DivClassName
{
background-color: #4305AD;
}
.BgClassName
{
background-color: #4305AD;
}
</style>
border-color css
<style>
span { border-color: #4305AD; }
span { border-color: rgb(67,5,173); }
td.TdClassName
{
border-color: #4305AD;
}
.TagClassName
{
border-color: #4305AD;
}
</style>