Shades of Indigo #4305A0
Tints of Indigo #4305A0
RGB
CMYK
RGB Variations
Color information
#4305A0 (or 0x4305A0) is known color: Indigo. HEX triplet: 43, 05 and A0. RGB value is (67,5,160). Sum of RGB (Red+Green+Blue) = 67+5+160=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #4305A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4305A0 is #BCFA5F. Grayscale: #282828. Windows color (decimal): -12384864 or 10487107. OLE color: 10487107.
HSL color Cylindrical-coordinate representation of color #4305A0: hue angle of 264º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4305A0 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 5 | 160 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.37 |
| HSL | 264º | 0.94% | 0.32% | - |
| HSV(B) | 264º | 0.97% | 0.63% | - |
| XYZ | 8.71 | 3.84 | 33.54 | - |
| YUV | 41.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 160 | 0.58 | 0.97 | 0 | 0.37 | 264 | 0.94 | 0.32 |
| Hex | 43 | 5 | A0 | 3A | 61 | 0 | 25 | 108 | 5E | 20 |
| Octal | 103 | 5 | 240 | 72 | 141 | 0 | 45 | 410 | 136 | 40 |
| Binary | 1000011 | 101 | 10100000 | 111010 | 1100001 | 0 | 100101 | 100001000 | 1011110 | 100000 |
Color Harmonies of #4305A0
Complementary color
Monochromatic Colors of #4305A0
Black with #4305A0
Text Example
Text Example
White with #4305A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305A0; }
p { color: rgb(67,5,160); }
H1.HeaderClassName
{
color: #4305A0;
}
.AnyTagClassName
{
color: #4305A0;
}
</style>
background-color css
<style>
a { background-color: #4305A0; }
a { background-color: rgb(67,5,160); }
div.DivClassName
{
background-color: #4305A0;
}
.BgClassName
{
background-color: #4305A0;
}
</style>
border-color css
<style>
span { border-color: #4305A0; }
span { border-color: rgb(67,5,160); }
td.TdClassName
{
border-color: #4305A0;
}
.TagClassName
{
border-color: #4305A0;
}
</style>