Shades of Indigo #430367
Tints of Indigo #430367
RGB
CMYK
RGB Variations
Color information
#430367 (or 0x430367) is known color: Indigo. HEX triplet: 43, 03 and 67. RGB value is (67,3,103). Sum of RGB (Red+Green+Blue) = 67+3+103=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #430367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430367 is #BCFC98. Grayscale: #212121. Windows color (decimal): -12385433 or 6751043. OLE color: 6751043.
HSL color Cylindrical-coordinate representation of color #430367: hue angle of 278.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430367 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 3 | 103 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.60 |
| HSL | 278.4º | 0.94% | 0.21% | - |
| HSV(B) | 278.4º | 0.97% | 0.4% | - |
| XYZ | 4.8 | 2.24 | 13.01 | - |
| YUV | 33.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 103 | 0.35 | 0.97 | 0 | 0.60 | 278.4 | 0.94 | 0.21 |
| Hex | 43 | 3 | 67 | 23 | 61 | 0 | 3C | 116 | 5E | 15 |
| Octal | 103 | 3 | 147 | 43 | 141 | 0 | 74 | 426 | 136 | 25 |
| Binary | 1000011 | 11 | 1100111 | 100011 | 1100001 | 0 | 111100 | 100010110 | 1011110 | 10101 |
Color Harmonies of #430367
Complementary color
Monochromatic Colors of #430367
Black with #430367
Text Example
Text Example
White with #430367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430367; }
p { color: rgb(67,3,103); }
H1.HeaderClassName
{
color: #430367;
}
.AnyTagClassName
{
color: #430367;
}
</style>
background-color css
<style>
a { background-color: #430367; }
a { background-color: rgb(67,3,103); }
div.DivClassName
{
background-color: #430367;
}
.BgClassName
{
background-color: #430367;
}
</style>
border-color css
<style>
span { border-color: #430367; }
span { border-color: rgb(67,3,103); }
td.TdClassName
{
border-color: #430367;
}
.TagClassName
{
border-color: #430367;
}
</style>