Shades of Indigo #430266
Tints of Indigo #430266
RGB
CMYK
RGB Variations
Color information
#430266 (or 0x430266) is known color: Indigo. HEX triplet: 43, 02 and 66. RGB value is (67,2,102). Sum of RGB (Red+Green+Blue) = 67+2+102=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #430266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430266 is #BCFD99. Grayscale: #202020. Windows color (decimal): -12385690 or 6685251. OLE color: 6685251.
HSL color Cylindrical-coordinate representation of color #430266: hue angle of 279º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430266 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 2 | 102 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.6 |
| HSL | 279º | 0.96% | 0.2% | - |
| HSV(B) | 279º | 0.98% | 0.4% | - |
| XYZ | 4.73 | 2.2 | 12.74 | - |
| YUV | 32.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 102 | 0.34 | 0.98 | 0 | 0.6 | 279 | 0.96 | 0.2 |
| Hex | 43 | 2 | 66 | 22 | 62 | 0 | 3C | 117 | 60 | 14 |
| Octal | 103 | 2 | 146 | 42 | 142 | 0 | 74 | 427 | 140 | 24 |
| Binary | 1000011 | 10 | 1100110 | 100010 | 1100010 | 0 | 111100 | 100010111 | 1100000 | 10100 |
Color Harmonies of #430266
Complementary color
Monochromatic Colors of #430266
Black with #430266
Text Example
Text Example
White with #430266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430266; }
p { color: rgb(67,2,102); }
H1.HeaderClassName
{
color: #430266;
}
.AnyTagClassName
{
color: #430266;
}
</style>
background-color css
<style>
a { background-color: #430266; }
a { background-color: rgb(67,2,102); }
div.DivClassName
{
background-color: #430266;
}
.BgClassName
{
background-color: #430266;
}
</style>
border-color css
<style>
span { border-color: #430266; }
span { border-color: rgb(67,2,102); }
td.TdClassName
{
border-color: #430266;
}
.TagClassName
{
border-color: #430266;
}
</style>