Shades of Indigo #4308AD
Tints of Indigo #4308AD
RGB
CMYK
RGB Variations
Color information
#4308AD (or 0x4308AD) is known color: Indigo. HEX triplet: 43, 08 and AD. RGB value is (67,8,173). Sum of RGB (Red+Green+Blue) = 67+8+173=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4308AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308AD is #BCF752. Grayscale: #2B2B2B. Windows color (decimal): -12384083 or 11339843. OLE color: 11339843.
HSL color Cylindrical-coordinate representation of color #4308AD: hue angle of 261.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4308AD is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 8 | 173 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.32 |
| HSL | 261.45º | 0.91% | 0.35% | - |
| HSV(B) | 261.45º | 0.95% | 0.68% | - |
| XYZ | 9.94 | 4.38 | 39.86 | - |
| YUV | 44.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 173 | 0.61 | 0.95 | 0 | 0.32 | 261.45 | 0.91 | 0.35 |
| Hex | 43 | 8 | AD | 3D | 5F | 0 | 20 | 105 | 5B | 23 |
| Octal | 103 | 10 | 255 | 75 | 137 | 0 | 40 | 405 | 133 | 43 |
| Binary | 1000011 | 1000 | 10101101 | 111101 | 1011111 | 0 | 100000 | 100000101 | 1011011 | 100011 |
Color Harmonies of #4308AD
Complementary color
Monochromatic Colors of #4308AD
Black with #4308AD
Text Example
Text Example
White with #4308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4308AD; }
p { color: rgb(67,8,173); }
H1.HeaderClassName
{
color: #4308AD;
}
.AnyTagClassName
{
color: #4308AD;
}
</style>
background-color css
<style>
a { background-color: #4308AD; }
a { background-color: rgb(67,8,173); }
div.DivClassName
{
background-color: #4308AD;
}
.BgClassName
{
background-color: #4308AD;
}
</style>
border-color css
<style>
span { border-color: #4308AD; }
span { border-color: rgb(67,8,173); }
td.TdClassName
{
border-color: #4308AD;
}
.TagClassName
{
border-color: #4308AD;
}
</style>