Shades of Indigo #4309AF
Tints of Indigo #4309AF
RGB
CMYK
RGB Variations
Color information
#4309AF (or 0x4309AF) is known color: Indigo. HEX triplet: 43, 09 and AF. RGB value is (67,9,175). Sum of RGB (Red+Green+Blue) = 67+9+175=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #4309AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4309AF is #BCF650. Grayscale: #2C2C2C. Windows color (decimal): -12383825 or 11471171. OLE color: 11471171.
HSL color Cylindrical-coordinate representation of color #4309AF: hue angle of 260.96º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4309AF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 9 | 175 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.31 |
| HSL | 260.96º | 0.9% | 0.36% | - |
| HSV(B) | 260.96º | 0.95% | 0.69% | - |
| XYZ | 10.15 | 4.48 | 40.89 | - |
| YUV | 45.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 175 | 0.62 | 0.95 | 0 | 0.31 | 260.96 | 0.9 | 0.36 |
| Hex | 43 | 9 | AF | 3E | 5F | 0 | 1F | 105 | 5A | 24 |
| Octal | 103 | 11 | 257 | 76 | 137 | 0 | 37 | 405 | 132 | 44 |
| Binary | 1000011 | 1001 | 10101111 | 111110 | 1011111 | 0 | 11111 | 100000101 | 1011010 | 100100 |
Color Harmonies of #4309AF
Complementary color
Monochromatic Colors of #4309AF
Black with #4309AF
Text Example
Text Example
White with #4309AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4309AF; }
p { color: rgb(67,9,175); }
H1.HeaderClassName
{
color: #4309AF;
}
.AnyTagClassName
{
color: #4309AF;
}
</style>
background-color css
<style>
a { background-color: #4309AF; }
a { background-color: rgb(67,9,175); }
div.DivClassName
{
background-color: #4309AF;
}
.BgClassName
{
background-color: #4309AF;
}
</style>
border-color css
<style>
span { border-color: #4309AF; }
span { border-color: rgb(67,9,175); }
td.TdClassName
{
border-color: #4309AF;
}
.TagClassName
{
border-color: #4309AF;
}
</style>