Shades of Indigo #430AAF
Tints of Indigo #430AAF
RGB
CMYK
RGB Variations
Color information
#430AAF (or 0x430AAF) is known color: Indigo. HEX triplet: 43, 0A and AF. RGB value is (67,10,175). Sum of RGB (Red+Green+Blue) = 67+10+175=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #430AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AAF is #BCF550. Grayscale: #2D2D2D. Windows color (decimal): -12383569 or 11471427. OLE color: 11471427.
HSL color Cylindrical-coordinate representation of color #430AAF: hue angle of 260.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AAF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 10 | 175 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.31 |
| HSL | 260.73º | 0.89% | 0.36% | - |
| HSV(B) | 260.73º | 0.94% | 0.69% | - |
| XYZ | 10.16 | 4.51 | 40.89 | - |
| YUV | 45.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 175 | 0.62 | 0.94 | 0 | 0.31 | 260.73 | 0.89 | 0.36 |
| Hex | 43 | A | AF | 3E | 5E | 0 | 1F | 105 | 59 | 24 |
| Octal | 103 | 12 | 257 | 76 | 136 | 0 | 37 | 405 | 131 | 44 |
| Binary | 1000011 | 1010 | 10101111 | 111110 | 1011110 | 0 | 11111 | 100000101 | 1011001 | 100100 |
Color Harmonies of #430AAF
Complementary color
Monochromatic Colors of #430AAF
Black with #430AAF
Text Example
Text Example
White with #430AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AAF; }
p { color: rgb(67,10,175); }
H1.HeaderClassName
{
color: #430AAF;
}
.AnyTagClassName
{
color: #430AAF;
}
</style>
background-color css
<style>
a { background-color: #430AAF; }
a { background-color: rgb(67,10,175); }
div.DivClassName
{
background-color: #430AAF;
}
.BgClassName
{
background-color: #430AAF;
}
</style>
border-color css
<style>
span { border-color: #430AAF; }
span { border-color: rgb(67,10,175); }
td.TdClassName
{
border-color: #430AAF;
}
.TagClassName
{
border-color: #430AAF;
}
</style>