Shades of Indigo #4304AF
Tints of Indigo #4304AF
RGB
CMYK
RGB Variations
Color information
#4304AF (or 0x4304AF) is known color: Indigo. HEX triplet: 43, 04 and AF. RGB value is (67,4,175). Sum of RGB (Red+Green+Blue) = 67+4+175=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #4304AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4304AF is #BCFB50. Grayscale: #292929. Windows color (decimal): -12385105 or 11469891. OLE color: 11469891.
HSL color Cylindrical-coordinate representation of color #4304AF: hue angle of 262.11º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304AF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 4 | 175 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.31 |
| HSL | 262.11º | 0.96% | 0.35% | - |
| HSV(B) | 262.11º | 0.98% | 0.69% | - |
| XYZ | 10.1 | 4.38 | 40.87 | - |
| YUV | 42.33 | 202.87 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 175 | 0.62 | 0.98 | 0 | 0.31 | 262.11 | 0.96 | 0.35 |
| Hex | 43 | 4 | AF | 3E | 62 | 0 | 1F | 106 | 60 | 23 |
| Octal | 103 | 4 | 257 | 76 | 142 | 0 | 37 | 406 | 140 | 43 |
| Binary | 1000011 | 100 | 10101111 | 111110 | 1100010 | 0 | 11111 | 100000110 | 1100000 | 100011 |
Color Harmonies of #4304AF
Complementary color
Monochromatic Colors of #4304AF
Black with #4304AF
Text Example
Text Example
White with #4304AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304AF; }
p { color: rgb(67,4,175); }
H1.HeaderClassName
{
color: #4304AF;
}
.AnyTagClassName
{
color: #4304AF;
}
</style>
background-color css
<style>
a { background-color: #4304AF; }
a { background-color: rgb(67,4,175); }
div.DivClassName
{
background-color: #4304AF;
}
.BgClassName
{
background-color: #4304AF;
}
</style>
border-color css
<style>
span { border-color: #4304AF; }
span { border-color: rgb(67,4,175); }
td.TdClassName
{
border-color: #4304AF;
}
.TagClassName
{
border-color: #4304AF;
}
</style>