Shades of Indigo #4300AF
Tints of Indigo #4300AF
RGB
CMYK
RGB Variations
Color information
#4300AF (or 0x4300AF) is known color: Indigo. HEX triplet: 43, 00 and AF. RGB value is (67,0,175). Sum of RGB (Red+Green+Blue) = 67+0+175=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #4300AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300AF is #BCFF50. Grayscale: #272727. Windows color (decimal): -12386129 or 11468867. OLE color: 11468867.
HSL color Cylindrical-coordinate representation of color #4300AF: hue angle of 262.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300AF is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 0 | 175 | - |
| CMYK | 0.62 | 1 | 0 | 0.31 |
| HSL | 262.97º | 1% | 0.34% | - |
| HSV(B) | 262.97º | 1% | 0.69% | - |
| XYZ | 10.05 | 4.29 | 40.86 | - |
| YUV | 39.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 175 | 0.62 | 1 | 0 | 0.31 | 262.97 | 1 | 0.34 |
| Hex | 43 | 0 | AF | 3E | 64 | 0 | 1F | 107 | 64 | 22 |
| Octal | 103 | 0 | 257 | 76 | 144 | 0 | 37 | 407 | 144 | 42 |
| Binary | 1000011 | 0 | 10101111 | 111110 | 1100100 | 0 | 11111 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4300AF
Complementary color
Monochromatic Colors of #4300AF
Black with #4300AF
Text Example
Text Example
White with #4300AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300AF; }
p { color: rgb(67,0,175); }
H1.HeaderClassName
{
color: #4300AF;
}
.AnyTagClassName
{
color: #4300AF;
}
</style>
background-color css
<style>
a { background-color: #4300AF; }
a { background-color: rgb(67,0,175); }
div.DivClassName
{
background-color: #4300AF;
}
.BgClassName
{
background-color: #4300AF;
}
</style>
border-color css
<style>
span { border-color: #4300AF; }
span { border-color: rgb(67,0,175); }
td.TdClassName
{
border-color: #4300AF;
}
.TagClassName
{
border-color: #4300AF;
}
</style>