Shades of Indigo #4301AF
Tints of Indigo #4301AF
RGB
CMYK
RGB Variations
Color information
#4301AF (or 0x4301AF) is known color: Indigo. HEX triplet: 43, 01 and AF. RGB value is (67,1,175). Sum of RGB (Red+Green+Blue) = 67+1+175=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #4301AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4301AF is #BCFE50. Grayscale: #272727. Windows color (decimal): -12385873 or 11469123. OLE color: 11469123.
HSL color Cylindrical-coordinate representation of color #4301AF: hue angle of 262.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4301AF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 1 | 175 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.31 |
| HSL | 262.76º | 0.99% | 0.35% | - |
| HSV(B) | 262.76º | 0.99% | 0.69% | - |
| XYZ | 10.06 | 4.31 | 40.86 | - |
| YUV | 40.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 175 | 0.62 | 0.99 | 0 | 0.31 | 262.76 | 0.99 | 0.35 |
| Hex | 43 | 1 | AF | 3E | 63 | 0 | 1F | 107 | 63 | 23 |
| Octal | 103 | 1 | 257 | 76 | 143 | 0 | 37 | 407 | 143 | 43 |
| Binary | 1000011 | 1 | 10101111 | 111110 | 1100011 | 0 | 11111 | 100000111 | 1100011 | 100011 |
Color Harmonies of #4301AF
Complementary color
Monochromatic Colors of #4301AF
Black with #4301AF
Text Example
Text Example
White with #4301AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301AF; }
p { color: rgb(67,1,175); }
H1.HeaderClassName
{
color: #4301AF;
}
.AnyTagClassName
{
color: #4301AF;
}
</style>
background-color css
<style>
a { background-color: #4301AF; }
a { background-color: rgb(67,1,175); }
div.DivClassName
{
background-color: #4301AF;
}
.BgClassName
{
background-color: #4301AF;
}
</style>
border-color css
<style>
span { border-color: #4301AF; }
span { border-color: rgb(67,1,175); }
td.TdClassName
{
border-color: #4301AF;
}
.TagClassName
{
border-color: #4301AF;
}
</style>