Shades of Indigo #4302AD
Tints of Indigo #4302AD
RGB
CMYK
RGB Variations
Color information
#4302AD (or 0x4302AD) is known color: Indigo. HEX triplet: 43, 02 and AD. RGB value is (67,2,173). Sum of RGB (Red+Green+Blue) = 67+2+173=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4302AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4302AD is #BCFD52. Grayscale: #282828. Windows color (decimal): -12385619 or 11338307. OLE color: 11338307.
HSL color Cylindrical-coordinate representation of color #4302AD: hue angle of 262.81º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302AD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 2 | 173 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.32 |
| HSL | 262.81º | 0.98% | 0.34% | - |
| HSV(B) | 262.81º | 0.99% | 0.68% | - |
| XYZ | 9.88 | 4.25 | 39.84 | - |
| YUV | 40.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 173 | 0.61 | 0.99 | 0 | 0.32 | 262.81 | 0.98 | 0.34 |
| Hex | 43 | 2 | AD | 3D | 63 | 0 | 20 | 107 | 62 | 22 |
| Octal | 103 | 2 | 255 | 75 | 143 | 0 | 40 | 407 | 142 | 42 |
| Binary | 1000011 | 10 | 10101101 | 111101 | 1100011 | 0 | 100000 | 100000111 | 1100010 | 100010 |
Color Harmonies of #4302AD
Complementary color
Monochromatic Colors of #4302AD
Black with #4302AD
Text Example
Text Example
White with #4302AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302AD; }
p { color: rgb(67,2,173); }
H1.HeaderClassName
{
color: #4302AD;
}
.AnyTagClassName
{
color: #4302AD;
}
</style>
background-color css
<style>
a { background-color: #4302AD; }
a { background-color: rgb(67,2,173); }
div.DivClassName
{
background-color: #4302AD;
}
.BgClassName
{
background-color: #4302AD;
}
</style>
border-color css
<style>
span { border-color: #4302AD; }
span { border-color: rgb(67,2,173); }
td.TdClassName
{
border-color: #4302AD;
}
.TagClassName
{
border-color: #4302AD;
}
</style>