Shades of Indigo #4002B0
Tints of Indigo #4002B0
RGB
CMYK
RGB Variations
Color information
#4002B0 (or 0x4002B0) is known color: Indigo. HEX triplet: 40, 02 and B0. RGB value is (64,2,176). Sum of RGB (Red+Green+Blue) = 64+2+176=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 176 (69.14% from 255 or 72.73% from 242); Max value from RGB is 176 - color contains mainly: blue. Hex color #4002B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4002B0 is #BFFD4F. Grayscale: #272727. Windows color (decimal): -12582224 or 11534912. OLE color: 11534912.
HSL color Cylindrical-coordinate representation of color #4002B0: hue angle of 261.38º 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 #4002B0 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 2 | 176 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.31 |
| HSL | 261.38º | 0.98% | 0.35% | - |
| HSV(B) | 261.38º | 0.99% | 0.69% | - |
| XYZ | 9.97 | 4.27 | 41.37 | - |
| YUV | 40.37 | 204.54 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 176 | 0.64 | 0.99 | 0 | 0.31 | 261.38 | 0.98 | 0.35 |
| Hex | 40 | 2 | B0 | 40 | 63 | 0 | 1F | 105 | 62 | 23 |
| Octal | 100 | 2 | 260 | 100 | 143 | 0 | 37 | 405 | 142 | 43 |
| Binary | 1000000 | 10 | 10110000 | 1000000 | 1100011 | 0 | 11111 | 100000101 | 1100010 | 100011 |
Color Harmonies of #4002B0
Complementary color
Monochromatic Colors of #4002B0
Black with #4002B0
Text Example
Text Example
White with #4002B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002B0; }
p { color: rgb(64,2,176); }
H1.HeaderClassName
{
color: #4002B0;
}
.AnyTagClassName
{
color: #4002B0;
}
</style>
background-color css
<style>
a { background-color: #4002B0; }
a { background-color: rgb(64,2,176); }
div.DivClassName
{
background-color: #4002B0;
}
.BgClassName
{
background-color: #4002B0;
}
</style>
border-color css
<style>
span { border-color: #4002B0; }
span { border-color: rgb(64,2,176); }
td.TdClassName
{
border-color: #4002B0;
}
.TagClassName
{
border-color: #4002B0;
}
</style>