Shades of Indigo #4300AA
Tints of Indigo #4300AA
RGB
CMYK
RGB Variations
Color information
#4300AA (or 0x4300AA) is known color: Indigo. HEX triplet: 43, 00 and AA. RGB value is (67,0,170). Sum of RGB (Red+Green+Blue) = 67+0+170=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #4300AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300AA is #BCFF55. Grayscale: #262626. Windows color (decimal): -12386134 or 11141187. OLE color: 11141187.
HSL color Cylindrical-coordinate representation of color #4300AA: hue angle of 263.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300AA is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 0 | 170 | - |
| CMYK | 0.61 | 1 | 0 | 0.33 |
| HSL | 263.65º | 1% | 0.33% | - |
| HSV(B) | 263.65º | 1% | 0.67% | - |
| XYZ | 9.57 | 4.1 | 38.32 | - |
| YUV | 39.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 170 | 0.61 | 1 | 0 | 0.33 | 263.65 | 1 | 0.33 |
| Hex | 43 | 0 | AA | 3D | 64 | 0 | 21 | 108 | 64 | 21 |
| Octal | 103 | 0 | 252 | 75 | 144 | 0 | 41 | 410 | 144 | 41 |
| Binary | 1000011 | 0 | 10101010 | 111101 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100001 |
Color Harmonies of #4300AA
Complementary color
Monochromatic Colors of #4300AA
Black with #4300AA
Text Example
Text Example
White with #4300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300AA; }
p { color: rgb(67,0,170); }
H1.HeaderClassName
{
color: #4300AA;
}
.AnyTagClassName
{
color: #4300AA;
}
</style>
background-color css
<style>
a { background-color: #4300AA; }
a { background-color: rgb(67,0,170); }
div.DivClassName
{
background-color: #4300AA;
}
.BgClassName
{
background-color: #4300AA;
}
</style>
border-color css
<style>
span { border-color: #4300AA; }
span { border-color: rgb(67,0,170); }
td.TdClassName
{
border-color: #4300AA;
}
.TagClassName
{
border-color: #4300AA;
}
</style>