Shades of Indigo #4306AA
Tints of Indigo #4306AA
RGB
CMYK
RGB Variations
Color information
#4306AA (or 0x4306AA) is known color: Indigo. HEX triplet: 43, 06 and AA. RGB value is (67,6,170). Sum of RGB (Red+Green+Blue) = 67+6+170=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #4306AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4306AA is #BCF955. Grayscale: #2A2A2A. Windows color (decimal): -12384598 or 11142723. OLE color: 11142723.
HSL color Cylindrical-coordinate representation of color #4306AA: hue angle of 262.32º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4306AA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 6 | 170 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.33 |
| HSL | 262.32º | 0.93% | 0.35% | - |
| HSV(B) | 262.32º | 0.96% | 0.67% | - |
| XYZ | 9.64 | 4.23 | 38.34 | - |
| YUV | 42.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 170 | 0.61 | 0.96 | 0 | 0.33 | 262.32 | 0.93 | 0.35 |
| Hex | 43 | 6 | AA | 3D | 60 | 0 | 21 | 106 | 5D | 23 |
| Octal | 103 | 6 | 252 | 75 | 140 | 0 | 41 | 406 | 135 | 43 |
| Binary | 1000011 | 110 | 10101010 | 111101 | 1100000 | 0 | 100001 | 100000110 | 1011101 | 100011 |
Color Harmonies of #4306AA
Complementary color
Monochromatic Colors of #4306AA
Black with #4306AA
Text Example
Text Example
White with #4306AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4306AA; }
p { color: rgb(67,6,170); }
H1.HeaderClassName
{
color: #4306AA;
}
.AnyTagClassName
{
color: #4306AA;
}
</style>
background-color css
<style>
a { background-color: #4306AA; }
a { background-color: rgb(67,6,170); }
div.DivClassName
{
background-color: #4306AA;
}
.BgClassName
{
background-color: #4306AA;
}
</style>
border-color css
<style>
span { border-color: #4306AA; }
span { border-color: rgb(67,6,170); }
td.TdClassName
{
border-color: #4306AA;
}
.TagClassName
{
border-color: #4306AA;
}
</style>