Shades of Indigo #4102AF
Tints of Indigo #4102AF
RGB
CMYK
RGB Variations
Color information
#4102AF (or 0x4102AF) is known color: Indigo. HEX triplet: 41, 02 and AF. RGB value is (65,2,175). Sum of RGB (Red+Green+Blue) = 65+2+175=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 2 (1.17% from 255 or 0.83% 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 #4102AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102AF is #BEFD50. Grayscale: #272727. Windows color (decimal): -12516689 or 11469377. OLE color: 11469377.
HSL color Cylindrical-coordinate representation of color #4102AF: hue angle of 261.85º degrees, saturation: 0.98, 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 #4102AF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 2 | 175 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.31 |
| HSL | 261.85º | 0.98% | 0.35% | - |
| HSV(B) | 261.85º | 0.99% | 0.69% | - |
| XYZ | 9.94 | 4.26 | 40.86 | - |
| YUV | 40.56 | 203.87 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 175 | 0.63 | 0.99 | 0 | 0.31 | 261.85 | 0.98 | 0.35 |
| Hex | 41 | 2 | AF | 3F | 63 | 0 | 1F | 106 | 62 | 23 |
| Octal | 101 | 2 | 257 | 77 | 143 | 0 | 37 | 406 | 142 | 43 |
| Binary | 1000001 | 10 | 10101111 | 111111 | 1100011 | 0 | 11111 | 100000110 | 1100010 | 100011 |
Color Harmonies of #4102AF
Complementary color
Monochromatic Colors of #4102AF
Black with #4102AF
Text Example
Text Example
White with #4102AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102AF; }
p { color: rgb(65,2,175); }
H1.HeaderClassName
{
color: #4102AF;
}
.AnyTagClassName
{
color: #4102AF;
}
</style>
background-color css
<style>
a { background-color: #4102AF; }
a { background-color: rgb(65,2,175); }
div.DivClassName
{
background-color: #4102AF;
}
.BgClassName
{
background-color: #4102AF;
}
</style>
border-color css
<style>
span { border-color: #4102AF; }
span { border-color: rgb(65,2,175); }
td.TdClassName
{
border-color: #4102AF;
}
.TagClassName
{
border-color: #4102AF;
}
</style>