Shades of Indigo #4007B3
Tints of Indigo #4007B3
RGB
CMYK
RGB Variations
Color information
#4007B3 (or 0x4007B3) is known color: Indigo. HEX triplet: 40, 07 and B3. RGB value is (64,7,179). Sum of RGB (Red+Green+Blue) = 64+7+179=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #4007B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007B3 is #BFF84C. Grayscale: #2B2B2B. Windows color (decimal): -12580941 or 11732800. OLE color: 11732800.
HSL color Cylindrical-coordinate representation of color #4007B3: hue angle of 259.88º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007B3 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 7 | 179 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.30 |
| HSL | 259.88º | 0.92% | 0.36% | - |
| HSV(B) | 259.88º | 0.96% | 0.7% | - |
| XYZ | 10.33 | 4.5 | 42.97 | - |
| YUV | 43.65 | 204.38 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 179 | 0.64 | 0.96 | 0 | 0.30 | 259.88 | 0.92 | 0.36 |
| Hex | 40 | 7 | B3 | 40 | 60 | 0 | 1E | 104 | 5C | 24 |
| Octal | 100 | 7 | 263 | 100 | 140 | 0 | 36 | 404 | 134 | 44 |
| Binary | 1000000 | 111 | 10110011 | 1000000 | 1100000 | 0 | 11110 | 100000100 | 1011100 | 100100 |
Color Harmonies of #4007B3
Complementary color
Monochromatic Colors of #4007B3
Black with #4007B3
Text Example
Text Example
White with #4007B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007B3; }
p { color: rgb(64,7,179); }
H1.HeaderClassName
{
color: #4007B3;
}
.AnyTagClassName
{
color: #4007B3;
}
</style>
background-color css
<style>
a { background-color: #4007B3; }
a { background-color: rgb(64,7,179); }
div.DivClassName
{
background-color: #4007B3;
}
.BgClassName
{
background-color: #4007B3;
}
</style>
border-color css
<style>
span { border-color: #4007B3; }
span { border-color: rgb(64,7,179); }
td.TdClassName
{
border-color: #4007B3;
}
.TagClassName
{
border-color: #4007B3;
}
</style>