Shades of Indigo #4306A1
Tints of Indigo #4306A1
RGB
CMYK
RGB Variations
Color information
#4306A1 (or 0x4306A1) is known color: Indigo. HEX triplet: 43, 06 and A1. RGB value is (67,6,161). Sum of RGB (Red+Green+Blue) = 67+6+161=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #4306A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4306A1 is #BCF95E. Grayscale: #292929. Windows color (decimal): -12384607 or 10552899. OLE color: 10552899.
HSL color Cylindrical-coordinate representation of color #4306A1: hue angle of 263.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4306A1 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 6 | 161 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.37 |
| HSL | 263.61º | 0.93% | 0.33% | - |
| HSV(B) | 263.61º | 0.96% | 0.63% | - |
| XYZ | 8.81 | 3.9 | 34.01 | - |
| YUV | 41.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 161 | 0.58 | 0.96 | 0 | 0.37 | 263.61 | 0.93 | 0.33 |
| Hex | 43 | 6 | A1 | 3A | 60 | 0 | 25 | 108 | 5D | 21 |
| Octal | 103 | 6 | 241 | 72 | 140 | 0 | 45 | 410 | 135 | 41 |
| Binary | 1000011 | 110 | 10100001 | 111010 | 1100000 | 0 | 100101 | 100001000 | 1011101 | 100001 |
Color Harmonies of #4306A1
Complementary color
Monochromatic Colors of #4306A1
Black with #4306A1
Text Example
Text Example
White with #4306A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4306A1; }
p { color: rgb(67,6,161); }
H1.HeaderClassName
{
color: #4306A1;
}
.AnyTagClassName
{
color: #4306A1;
}
</style>
background-color css
<style>
a { background-color: #4306A1; }
a { background-color: rgb(67,6,161); }
div.DivClassName
{
background-color: #4306A1;
}
.BgClassName
{
background-color: #4306A1;
}
</style>
border-color css
<style>
span { border-color: #4306A1; }
span { border-color: rgb(67,6,161); }
td.TdClassName
{
border-color: #4306A1;
}
.TagClassName
{
border-color: #4306A1;
}
</style>