Shades of Indigo #4302AE
Tints of Indigo #4302AE
RGB
CMYK
RGB Variations
Color information
#4302AE (or 0x4302AE) is known color: Indigo. HEX triplet: 43, 02 and AE. RGB value is (67,2,174). Sum of RGB (Red+Green+Blue) = 67+2+174=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #4302AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4302AE is #BCFD51. Grayscale: #282828. Windows color (decimal): -12385618 or 11403843. OLE color: 11403843.
HSL color Cylindrical-coordinate representation of color #4302AE: hue angle of 262.67º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302AE is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 2 | 174 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.32 |
| HSL | 262.67º | 0.98% | 0.35% | - |
| HSV(B) | 262.67º | 0.99% | 0.68% | - |
| XYZ | 9.98 | 4.29 | 40.35 | - |
| YUV | 41.04 | 203.03 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 174 | 0.61 | 0.99 | 0 | 0.32 | 262.67 | 0.98 | 0.35 |
| Hex | 43 | 2 | AE | 3D | 63 | 0 | 20 | 107 | 62 | 23 |
| Octal | 103 | 2 | 256 | 75 | 143 | 0 | 40 | 407 | 142 | 43 |
| Binary | 1000011 | 10 | 10101110 | 111101 | 1100011 | 0 | 100000 | 100000111 | 1100010 | 100011 |
Color Harmonies of #4302AE
Complementary color
Monochromatic Colors of #4302AE
Black with #4302AE
Text Example
Text Example
White with #4302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302AE; }
p { color: rgb(67,2,174); }
H1.HeaderClassName
{
color: #4302AE;
}
.AnyTagClassName
{
color: #4302AE;
}
</style>
background-color css
<style>
a { background-color: #4302AE; }
a { background-color: rgb(67,2,174); }
div.DivClassName
{
background-color: #4302AE;
}
.BgClassName
{
background-color: #4302AE;
}
</style>
border-color css
<style>
span { border-color: #4302AE; }
span { border-color: rgb(67,2,174); }
td.TdClassName
{
border-color: #4302AE;
}
.TagClassName
{
border-color: #4302AE;
}
</style>