Shades of Indigo #430264
Tints of Indigo #430264
RGB
CMYK
RGB Variations
Color information
#430264 (or 0x430264) is known color: Indigo. HEX triplet: 43, 02 and 64. RGB value is (67,2,100). Sum of RGB (Red+Green+Blue) = 67+2+100=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #430264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430264 is #BCFD9B. Grayscale: #202020. Windows color (decimal): -12385692 or 6554179. OLE color: 6554179.
HSL color Cylindrical-coordinate representation of color #430264: hue angle of 279.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430264 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 2 | 100 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.61 |
| HSL | 279.8º | 0.96% | 0.2% | - |
| HSV(B) | 279.8º | 0.98% | 0.39% | - |
| XYZ | 4.64 | 2.16 | 12.23 | - |
| YUV | 32.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 100 | 0.33 | 0.98 | 0 | 0.61 | 279.8 | 0.96 | 0.2 |
| Hex | 43 | 2 | 64 | 21 | 62 | 0 | 3D | 118 | 60 | 14 |
| Octal | 103 | 2 | 144 | 41 | 142 | 0 | 75 | 430 | 140 | 24 |
| Binary | 1000011 | 10 | 1100100 | 100001 | 1100010 | 0 | 111101 | 100011000 | 1100000 | 10100 |
Color Harmonies of #430264
Complementary color
Monochromatic Colors of #430264
Black with #430264
Text Example
Text Example
White with #430264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430264; }
p { color: rgb(67,2,100); }
H1.HeaderClassName
{
color: #430264;
}
.AnyTagClassName
{
color: #430264;
}
</style>
background-color css
<style>
a { background-color: #430264; }
a { background-color: rgb(67,2,100); }
div.DivClassName
{
background-color: #430264;
}
.BgClassName
{
background-color: #430264;
}
</style>
border-color css
<style>
span { border-color: #430264; }
span { border-color: rgb(67,2,100); }
td.TdClassName
{
border-color: #430264;
}
.TagClassName
{
border-color: #430264;
}
</style>