Shades of Indigo #4305A1
Tints of Indigo #4305A1
RGB
CMYK
RGB Variations
Color information
#4305A1 (or 0x4305A1) is known color: Indigo. HEX triplet: 43, 05 and A1. RGB value is (67,5,161). Sum of RGB (Red+Green+Blue) = 67+5+161=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #4305A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4305A1 is #BCFA5E. Grayscale: #282828. Windows color (decimal): -12384863 or 10552643. OLE color: 10552643.
HSL color Cylindrical-coordinate representation of color #4305A1: hue angle of 263.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4305A1 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 5 | 161 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.37 |
| HSL | 263.85º | 0.94% | 0.33% | - |
| HSV(B) | 263.85º | 0.97% | 0.63% | - |
| XYZ | 8.8 | 3.88 | 34 | - |
| YUV | 41.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 161 | 0.58 | 0.97 | 0 | 0.37 | 263.85 | 0.94 | 0.33 |
| Hex | 43 | 5 | A1 | 3A | 61 | 0 | 25 | 108 | 5E | 21 |
| Octal | 103 | 5 | 241 | 72 | 141 | 0 | 45 | 410 | 136 | 41 |
| Binary | 1000011 | 101 | 10100001 | 111010 | 1100001 | 0 | 100101 | 100001000 | 1011110 | 100001 |
Color Harmonies of #4305A1
Complementary color
Monochromatic Colors of #4305A1
Black with #4305A1
Text Example
Text Example
White with #4305A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305A1; }
p { color: rgb(67,5,161); }
H1.HeaderClassName
{
color: #4305A1;
}
.AnyTagClassName
{
color: #4305A1;
}
</style>
background-color css
<style>
a { background-color: #4305A1; }
a { background-color: rgb(67,5,161); }
div.DivClassName
{
background-color: #4305A1;
}
.BgClassName
{
background-color: #4305A1;
}
</style>
border-color css
<style>
span { border-color: #4305A1; }
span { border-color: rgb(67,5,161); }
td.TdClassName
{
border-color: #4305A1;
}
.TagClassName
{
border-color: #4305A1;
}
</style>